This commit is contained in:
Vanessa Gil 2015-03-10 11:16:28 +01:00
parent ac6d1c424b
commit 73049cf0d1
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ function printFormFilterAlert($id_group, $filter, $free_search, $url, $filter_st
$table->data[1][3] = html_print_select ($alert_standby, "filter_standby", $filter_standby, '', '', '', true);
if(defined('METACONSOLE')){
$table->data[0][4] = html_print_submit_button(__('Filter'), 'filter_button', false, 'class="sub filter"', true);
$table->rowspan[0][4] = 2;
$table->data[1][4] = html_print_submit_button(__('Filter'), 'filter_button', false, 'class="sub filter"', true);
$table->rowspan[1][4] = 2;
$data = '<form style="background-color: #ECECEC;" method="post" action="'.$url.'">';
}
else{