message core installation des données

This commit is contained in:
Fred Tempez 2021-06-19 08:23:51 +02:00
parent 294c6c2370
commit 3d1d4914cc
1 changed files with 3 additions and 3 deletions

View File

@ -2422,9 +2422,9 @@ class layout extends common {
$notificationClass = 'notificationError';
}
if (common::$coreNotices) {
$notification = 'Données absentes, restauration de <p> | ';
foreach (common::$coreNotices as $item) $notification .= $item . ' | ';
$notificationClass = 'notificationError';
$notification = 'Installation des données :<p> ';
foreach (common::$coreNotices as $item) $notification .= $item . ' ';
$notificationClass = 'notificationSuccess';
}
elseif(empty($_SESSION['ZWII_NOTIFICATION_SUCCESS']) === false) {
$notification = $_SESSION['ZWII_NOTIFICATION_SUCCESS'];