From 3d1d4914cc14838ffa79b673d870c1f08899d1c9 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 19 Jun 2021 08:23:51 +0200 Subject: [PATCH] =?UTF-8?q?message=20core=20installation=20des=20donn?= =?UTF-8?q?=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 5d8111e6..c4bb25b5 100755 --- a/core/core.php +++ b/core/core.php @@ -2422,9 +2422,9 @@ class layout extends common { $notificationClass = 'notificationError'; } if (common::$coreNotices) { - $notification = 'Données absentes, restauration de

| '; - foreach (common::$coreNotices as $item) $notification .= $item . ' | '; - $notificationClass = 'notificationError'; + $notification = 'Installation des données :

'; + foreach (common::$coreNotices as $item) $notification .= $item . ' '; + $notificationClass = 'notificationSuccess'; } elseif(empty($_SESSION['ZWII_NOTIFICATION_SUCCESS']) === false) { $notification = $_SESSION['ZWII_NOTIFICATION_SUCCESS'];