From 13930a12a73275688b2337bebf3c345df3725e3c Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 1 Apr 2022 14:45:47 +0200 Subject: [PATCH] Interface boutons back --- module/gallery/view/add/add.php | 8 ++++---- module/gallery/view/config/config.php | 8 ++++---- module/gallery/view/edit/edit.php | 1 + module/gallery/view/gallery/gallery.php | 1 + module/gallery/view/option/option.php | 7 ++++--- module/gallery/view/theme/theme.php | 8 ++++---- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/module/gallery/view/add/add.php b/module/gallery/view/add/add.php index 60de07a1..45b4b091 100644 --- a/module/gallery/view/add/add.php +++ b/module/gallery/view/add/add.php @@ -1,13 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config' , - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
'plus', 'value' => ' Ajouter', diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 2d1a0a38..2645047e 100644 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -1,13 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0), - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/option/' . $_SESSION['csrf'], 'value' => template::ico('sliders') diff --git a/module/gallery/view/edit/edit.php b/module/gallery/view/edit/edit.php index 117630b2..ae3a6045 100644 --- a/module/gallery/view/edit/edit.php +++ b/module/gallery/view/edit/edit.php @@ -2,6 +2,7 @@
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', 'value' => template::ico('left') ]); ?> diff --git a/module/gallery/view/gallery/gallery.php b/module/gallery/view/gallery/gallery.php index 1b56c5b7..6d7721dd 100644 --- a/module/gallery/view/gallery/gallery.php +++ b/module/gallery/view/gallery/gallery.php @@ -2,6 +2,7 @@
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0), 'value' => template::ico('left') ]); ?> diff --git a/module/gallery/view/option/option.php b/module/gallery/view/option/option.php index 8e0d45ca..3979b02f 100644 --- a/module/gallery/view/option/option.php +++ b/module/gallery/view/option/option.php @@ -1,12 +1,13 @@
-
+
helper::baseUrl() . $this->getUrl(0) . '/config', - 'value' => template::ico('left') + 'value' => template::ico('left'), + 'class' => 'buttonGrey' ]); ?>
-
+
diff --git a/module/gallery/view/theme/theme.php b/module/gallery/view/theme/theme.php index cf087c5d..892b0dbc 100644 --- a/module/gallery/view/theme/theme.php +++ b/module/gallery/view/theme/theme.php @@ -1,13 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+