# HG changeset patch # User Thierry Florac # Date 1529591718 -7200 # Node ID 26038059e74db2dfa852fb11a619754c8d5e4590 # Parent 481310ae09ade81fba4e695be7b87c375c19751f Updated alert messages diff -r 481310ae09ad -r 26038059e74d src/pyams_portal/resources/js/portal.js --- a/src/pyams_portal/resources/js/portal.js Thu Jun 21 10:38:57 2018 +0200 +++ b/src/pyams_portal/resources/js/portal.js Thu Jun 21 16:35:18 2018 +0200 @@ -196,7 +196,8 @@ return function(row) { MyAMS.skin.bigBox({ title: MyAMS.i18n.WARNING, - content: '  ' + MyAMS.i18n.DELETE_WARNING, + content: '  ' + MyAMS.i18n.DELETE_WARNING, + status: 'info', buttons: MyAMS.i18n.BTN_OK_CANCEL }, function(button) { if (button === MyAMS.i18n.BTN_OK) { @@ -394,7 +395,8 @@ return function(slot) { MyAMS.skin.bigBox({ title: MyAMS.i18n.WARNING, - content: '  ' + MyAMS.i18n.DELETE_WARNING, + content: '  ' + MyAMS.i18n.DELETE_WARNING, + status: 'info', buttons: MyAMS.i18n.BTN_OK_CANCEL }, function(button) { if (button === MyAMS.i18n.BTN_OK) { @@ -534,7 +536,8 @@ return function(portlet) { MyAMS.skin.bigBox({ title: MyAMS.i18n.WARNING, - content: '  ' + MyAMS.i18n.DELETE_WARNING, + content: '  ' + MyAMS.i18n.DELETE_WARNING, + status: 'info', buttons: MyAMS.i18n.BTN_OK_CANCEL }, function(button) { if (button === MyAMS.i18n.BTN_OK) {