Merge branch 'ent-10941-status-de-alerta-invisible' into 'develop'
Ent 10941 status de alerta invisible See merge request artica/pandorafms!5720
This commit is contained in:
commit
0300f3723d
|
@ -903,10 +903,7 @@ foreach ($simple_alerts as $alert) {
|
|||
$data[3] .= '</div>';
|
||||
}
|
||||
|
||||
$table_alert_list->cellclass[] = [
|
||||
1 => 'table_action_buttons',
|
||||
4 => 'table_action_buttons',
|
||||
];
|
||||
$table_alert_list->cellclass[] = [4 => 'table_action_buttons'];
|
||||
$data[4] = '<form class="disable_alert_form display_in" action="'.$url.'" method="post" >';
|
||||
if ($alert['disabled']) {
|
||||
$data[4] .= html_print_input_image(
|
||||
|
|
Loading…
Reference in New Issue