From bb8a12c1d1eeddbe461dcf69472c1a3077bf11d9 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 27 Sep 2022 08:54:08 +0200 Subject: [PATCH] Bouton plus vert --- core/module/theme/view/fonts/fonts.php | 1 + core/module/user/view/index/index.php | 1 + module/blog/view/config/config.php | 1 + module/form/view/config/config.php | 1 + module/forum/view/config/config.php | 1 + module/gallery/view/config/config.php | 1 + module/news/view/config/config.php | 1 + 7 files changed, 7 insertions(+) diff --git a/core/module/theme/view/fonts/fonts.php b/core/module/theme/view/fonts/fonts.php index a85f708b..95506c68 100644 --- a/core/module/theme/view/fonts/fonts.php +++ b/core/module/theme/view/fonts/fonts.php @@ -18,6 +18,7 @@ helper::baseUrl() . $this->getUrl(0) . '/fontAdd', 'value' => template::ico('plus'), + 'class' => 'buttonGreen', 'help' => 'Ajouter une fonte' ]); ?> diff --git a/core/module/user/view/index/index.php b/core/module/user/view/index/index.php index 1a89a67e..9d668e29 100644 --- a/core/module/user/view/index/index.php +++ b/core/module/user/view/index/index.php @@ -26,6 +26,7 @@ helper::baseUrl() . 'user/add', 'value' => template::ico('plus'), + 'class' => 'buttonGreen', 'help' => 'Ajouter un utilisateur' ]); ?> diff --git a/module/blog/view/config/config.php b/module/blog/view/config/config.php index df44db80..1e11687a 100755 --- a/module/blog/view/config/config.php +++ b/module/blog/view/config/config.php @@ -19,6 +19,7 @@ helper::baseUrl() . $this->getUrl(0) . '/add', 'value' => template::ico('plus'), + 'class' => 'buttonGreen', 'help' => 'Rédiger un article' ]); ?> diff --git a/module/form/view/config/config.php b/module/form/view/config/config.php index 49050a8d..94956796 100644 --- a/module/form/view/config/config.php +++ b/module/form/view/config/config.php @@ -85,6 +85,7 @@
template::ico('plus'), + 'class' => 'buttonGreen', 'class' => 'buttonGreen' ]); ?>
diff --git a/module/forum/view/config/config.php b/module/forum/view/config/config.php index 6869bfbe..3a175ea6 100644 --- a/module/forum/view/config/config.php +++ b/module/forum/view/config/config.php @@ -19,6 +19,7 @@ helper::baseUrl() . $this->getUrl(0) . '/add', 'value' => template::ico('plus'), + 'class' => 'buttonGreen', 'help' => 'Rédiger un sujet' ]); ?> diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 0ef10874..60eb94af 100644 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -23,6 +23,7 @@ helper::baseUrl() . $this->getUrl(0) . '/add/', 'value' => template::ico('plus'), + 'class' => 'buttonGreen', 'class' => 'buttonGreen' ]); ?> diff --git a/module/news/view/config/config.php b/module/news/view/config/config.php index 5527854a..42a0575e 100644 --- a/module/news/view/config/config.php +++ b/module/news/view/config/config.php @@ -18,6 +18,7 @@ helper::baseUrl() . $this->getUrl(0) . '/add', 'value' => template::ico('plus'), + 'class' => 'buttonGreen', 'help' => 'Rédiger une news' ]); ?>