From d61b7618d9c04ff90fdf8d3b584ad5976faedad9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:16:36 +0200 Subject: Adding upstream version 1.3.2. Signed-off-by: Daniel Baumann --- application/views/scripts/cube-details.phtml | 12 ++++++++++++ application/views/scripts/cube-index.phtml | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 application/views/scripts/cube-details.phtml create mode 100644 application/views/scripts/cube-index.phtml (limited to 'application/views') diff --git a/application/views/scripts/cube-details.phtml b/application/views/scripts/cube-details.phtml new file mode 100644 index 0000000..8e0611f --- /dev/null +++ b/application/views/scripts/cube-details.phtml @@ -0,0 +1,12 @@ +
+ + tabs ?> + +

escape($this->title) ?>

+
+ +
+ +
diff --git a/application/views/scripts/cube-index.phtml b/application/views/scripts/cube-index.phtml new file mode 100644 index 0000000..f46d74a --- /dev/null +++ b/application/views/scripts/cube-index.phtml @@ -0,0 +1,22 @@ +
+ 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