mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Added id to in progress status bin icon (disabled)
This commit is contained in:
parent
e09e1c4cd4
commit
112bbac527
@ -699,8 +699,15 @@ else {
|
|||||||
$data[$i] .= '</a>';
|
$data[$i] .= '</a>';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$data[$i] .= html_print_image ("images/cross.disabled.png", true,
|
$data[$i] .= html_print_image (
|
||||||
array ("title" => __('Is not allowed delete events in process'))).' ';
|
"images/cross.disabled.png",
|
||||||
|
true,
|
||||||
|
array (
|
||||||
|
"title" => __('Is not allowed delete events in process'),
|
||||||
|
"id" => "delete-" . $event['id_evento']
|
||||||
|
)
|
||||||
|
);
|
||||||
|
$data[$i] .= ' ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user