diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php
index 291454d962..09f952108c 100644
--- a/pandora_console/operation/events/events.php
+++ b/pandora_console/operation/events/events.php
@@ -937,11 +937,11 @@ $(document).ready( function() {
// Remove delete link (if event is not grouped and there is more than one event)
if ($("#group_rep").val() == 1) {
if (parseInt($("#count_event_group_"+id).text()) <= 1) {
- $("#delete-"+id).replaceWith(' + '" title="' + + '" src="images/cross.disabled.png">');
+ $("#delete-"+id).replaceWith('');
}
}
else { // Remove delete link (if event is not grouped)
- $("#delete-"+id).replaceWith(' + '" title="' + + '" src="images/cross.disabled.png">');
+ $("#delete-"+id).replaceWith('');
}
// Change state image
@@ -1142,10 +1142,10 @@ function validate_event_advanced(id, new_status) {
$("#in-progress-"+id).remove();
// Format the new disabled delete icon.
$("#validate-"+id).parent().append("");
- $("#delete-"+id).attr ("data-title", );
- $("#delete-"+id).attr ("alt", );
+ $("#delete-"+id).attr ("data-title", "");
+ $("#delete-"+id).attr ("alt"," ");
$("#delete-"+id).attr ("data-use_title_for_force_title", 1);
- $("#delete-"+id).attr ("class", "forced_title");
+ $("#delete-"+id).attr ("class", "forced_title");
// Remove row due to new state
if (($("#status").val() == 0)
@@ -1193,4 +1193,4 @@ if ($load_event) {
}
?>
/* ]]> */
-
+
\ No newline at end of file