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) {