mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +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>';
|
||||
}
|
||||
else {
|
||||
$data[$i] .= html_print_image ("images/cross.disabled.png", true,
|
||||
array ("title" => __('Is not allowed delete events in process'))).' ';
|
||||
$data[$i] .= html_print_image (
|
||||
"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