From 9e33266c95d5fa66c9e3aee08b888448d7fd866e Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 11 Mar 2023 18:55:28 +0100 Subject: [PATCH] Simplification aide bar --- core/class/layout.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/class/layout.class.php b/core/class/layout.class.php index a0fe3445..59596755 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -962,7 +962,7 @@ class layout extends common $rightItems = ''; if ($this->getUser('group') >= self::GROUP_MODERATOR) { $rightItems .= '
  • ' . template::ico('folder', [ - 'help' => 'Gestion des fichiers', + 'help' => 'Fichiers', 'href' => helper::baseUrl(false) . 'core/vendor/filemanager/dialog.php?type=0&akey=' . md5_file(self::DATA_DIR . 'core.json') . '&lang=' . $this->getData(['user', $this->getUser('id'), 'language']), 'attr' => 'data-lity' ]) . '
  • '; @@ -973,7 +973,7 @@ class layout extends common 'href' => helper::baseUrl() . 'theme' ]) . ''; $rightItems .= '
  • ' . template::ico('puzzle', [ - 'help' => 'Gestion des modules', + 'help' => 'Modules', 'href' => helper::baseUrl() . 'plugin' ]) . '
  • '; $rightItems .= '
  • ' . template::ico('flag', [