src/pyams_portal/resources/js/portal.js
changeset 130 26038059e74d
parent 124 affd5d9de631
child 140 95bee9c0ae3f
--- 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: '<i class="text-danger fa fa-2x fa-bell shake animated"></i>&nbsp; ' + MyAMS.i18n.DELETE_WARNING,
+						content: '<i class="text-danger fa fa-2x fa-bell"></i>&nbsp; ' + 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: '<i class="text-danger fa fa-2x fa-bell shake animated"></i>&nbsp; ' + MyAMS.i18n.DELETE_WARNING,
+						content: '<i class="text-danger fa fa-2x fa-bell"></i>&nbsp; ' + 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: '<i class="text-danger fa fa-2x fa-bell shake animated"></i>&nbsp; ' + MyAMS.i18n.DELETE_WARNING,
+						content: '<i class="text-danger fa fa-2x fa-bell"></i>&nbsp; ' + MyAMS.i18n.DELETE_WARNING,
+						status: 'info',
 						buttons: MyAMS.i18n.BTN_OK_CANCEL
 					}, function(button) {
 						if (button === MyAMS.i18n.BTN_OK) {