[10.0.008.dev] notification d'import
This commit is contained in:
parent
0c1273e69a
commit
ec2be096ec
@ -34,7 +34,7 @@ class common {
|
|||||||
const TEMP_DIR = 'site/tmp/';
|
const TEMP_DIR = 'site/tmp/';
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '10.0.007.dev';
|
const ZWII_VERSION = '10.0.008.dev';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
@ -2527,6 +2527,10 @@ class layout extends common {
|
|||||||
* Affiche la notification
|
* Affiche la notification
|
||||||
*/
|
*/
|
||||||
public function showNotification() {
|
public function showNotification() {
|
||||||
|
if (common::$importNotices) {
|
||||||
|
$notification = common::$importNotices [0];
|
||||||
|
$notificationClass = 'notificationSuccess';
|
||||||
|
}
|
||||||
if(common::$inputNotices) {
|
if(common::$inputNotices) {
|
||||||
$notification = 'Impossible de soumettre le formulaire, car il contient des erreurs';
|
$notification = 'Impossible de soumettre le formulaire, car il contient des erreurs';
|
||||||
$notificationClass = 'notificationError';
|
$notificationClass = 'notificationError';
|
||||||
|
Loading…
Reference in New Issue
Block a user