From 76229e6dfc76f3c4f1b8b02be7b1590fd2bd54ec Mon Sep 17 00:00:00 2001 From: SylvainLelievre Date: Thu, 13 May 2021 10:52:54 +0200 Subject: [PATCH] =?UTF-8?q?Bouton=20Help=20par=20d=C3=A9faut=20dans=20upda?= =?UTF-8?q?te()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core.php b/core/core.php index 53bafa12..9d36f73d 100755 --- a/core/core.php +++ b/core/core.php @@ -1614,6 +1614,8 @@ class common { } // Suppression de l'option d'objets par page gérées par les modules $this->deleteData(['config','itemsperPage']); + // Valeur par défaut de la couleur du bouton Help + $this->setData(['admin', 'backgroundColorButtonHelp', 'rgba(255, 153, 0, 1)']); $this->setData(['core', 'dataVersion', 10600]); }