diff --git a/module/blog/blog.php b/module/blog/blog.php index ff862cd2..c2f98d2c 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -502,7 +502,7 @@ class blog extends common { } else { // Valeurs en sortie $this->addOutput([ - 'title' => 'Mise en page', + 'title' => 'Options de configuration', 'view' => 'option' ]); } diff --git a/module/blog/view/add/add.php b/module/blog/view/add/add.php index 7f50b45e..22e51de4 100644 --- a/module/blog/view/add/add.php +++ b/module/blog/view/add/add.php @@ -1,17 +1,16 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
true, - 'value' => 'Enregistrer en brouillon' + 'value' => 'Brouillon' ]); ?> true diff --git a/module/blog/view/config/config.php b/module/blog/view/config/config.php index e3e18509..b08d8c7b 100644 --- a/module/blog/view/config/config.php +++ b/module/blog/view/config/config.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0), 'posts', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/option', 'value' => template::ico('cogs') diff --git a/module/blog/view/option/option.php b/module/blog/view/option/option.php index f86d3cd8..721eb6a7 100644 --- a/module/blog/view/option/option.php +++ b/module/blog/view/option/option.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
diff --git a/module/form/form.php b/module/form/form.php index 55730e8e..496272ba 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -208,7 +208,7 @@ class form extends common { } // Valeurs en sortie $this->addOutput([ - 'title' => 'Paramètres', + 'title' => 'Options de configuration', 'vendor' => [ 'html-sortable', 'flatpickr' diff --git a/module/form/view/config/config.php b/module/form/view/config/config.php index 45784d4b..44e663b5 100644 --- a/module/form/view/config/config.php +++ b/module/form/view/config/config.php @@ -50,15 +50,14 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0), - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/data', 'value' => template::ico('code') diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 4790c1dc..acf5c757 100644 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0), - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'], 'value' => template::ico('brush') diff --git a/module/gallery/view/edit/edit.php b/module/gallery/view/edit/edit.php index df001bf7..240c85fa 100644 --- a/module/gallery/view/edit/edit.php +++ b/module/gallery/view/edit/edit.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
diff --git a/module/news/news.php b/module/news/news.php index c47c8dca..69fc7c43 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -290,7 +290,7 @@ class news extends common { } else { // Valeurs en sortie $this->addOutput([ - 'title' => 'Mise en page', + 'title' => 'Options de configuration', 'view' => 'option', 'vendor' => [ 'tinycolorpicker' diff --git a/module/news/view/add/add.php b/module/news/view/add/add.php index b4427b96..59e3b9da 100644 --- a/module/news/view/add/add.php +++ b/module/news/view/add/add.php @@ -1,17 +1,16 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
true, - 'value' => 'Enregistrer en brouillon' + 'value' => 'Brouillon' ]); ?> true diff --git a/module/news/view/config/config.php b/module/news/view/config/config.php index 6cf7dbbd..0a855f6e 100644 --- a/module/news/view/config/config.php +++ b/module/news/view/config/config.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0),'posts', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/add', 'value' => template::ico('plus') diff --git a/module/news/view/option/option.php b/module/news/view/option/option.php index 00a3e417..463439ec 100644 --- a/module/news/view/option/option.php +++ b/module/news/view/option/option.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
diff --git a/module/redirection/view/config/config.php b/module/redirection/view/config/config.php index ff421b39..b786dbf1 100644 --- a/module/redirection/view/config/config.php +++ b/module/redirection/view/config/config.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0), - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+
diff --git a/module/search/view/config/config.php b/module/search/view/config/config.php index 68b6ab8f..ac8bcfc5 100644 --- a/module/search/view/config/config.php +++ b/module/search/view/config/config.php @@ -1,14 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0), - 'ico' => 'left', - 'value' => 'Retour' + 'value' => template::ico('left') ]); ?>
-
+