mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
#10941 remove class table_action_buttons to make alert status visible ever
This commit is contained in:
parent
57ec600bd1
commit
65cfb69bfc
@ -903,10 +903,7 @@ foreach ($simple_alerts as $alert) {
|
|||||||
$data[3] .= '</div>';
|
$data[3] .= '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$table_alert_list->cellclass[] = [
|
$table_alert_list->cellclass[] = [4 => 'table_action_buttons'];
|
||||||
1 => 'table_action_buttons',
|
|
||||||
4 => 'table_action_buttons',
|
|
||||||
];
|
|
||||||
$data[4] = '<form class="disable_alert_form display_in" action="'.$url.'" method="post" >';
|
$data[4] = '<form class="disable_alert_form display_in" action="'.$url.'" method="post" >';
|
||||||
if ($alert['disabled']) {
|
if ($alert['disabled']) {
|
||||||
$data[4] .= html_print_input_image(
|
$data[4] .= html_print_input_image(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user