From da0f8427204ad57aad08059906df0ea10a7ccf31 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:42:52 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- application/views/scripts/cube-index.phtml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 application/views/scripts/cube-index.phtml (limited to 'application/views/scripts/cube-index.phtml') diff --git a/application/views/scripts/cube-index.phtml b/application/views/scripts/cube-index.phtml new file mode 100644 index 0000000..e45bcde --- /dev/null +++ b/application/views/scripts/cube-index.phtml @@ -0,0 +1,20 @@ +
+ compact): ?> + tabs ?> +

escape($this->title) ?>

+ form && ! $this->compact): ?> + qlink('Hide settings', $this->url()->without('showSettings'), null, ['icon' => 'wrench']) ?> + + qlink('Show settings', $this->url()->with('showSettings', true), null, ['icon' => 'wrench']) ?> + + +
+ +
+ form && ! $this->compact): ?> + form ?> + + cube): ?> + cube->render($this) ?> + +
-- cgit v1.2.3