Fixed broken header of alert list.

This commit is contained in:
Junichi Satoh 2016-10-11 12:28:58 +09:00
parent 7ae0e614e2
commit 5ec7e1ae0f
1 changed files with 3 additions and 0 deletions

View File

@ -390,6 +390,9 @@ if (! $id_agente) {
}*/
}
else {
$table->head[0] = __('Module') . ' ' .
'<a href="' . $url . '&sort_field=module&sort=up&pure='.$pure.'">' . html_print_image("images/sort_up.png", true, array("style" => $selectModuleUp)) . '</a>' .
'<a href="' . $url . '&sort_field=module&sort=down&pure='.$pure.'">' . html_print_image("images/sort_down.png", true, array("style" => $selectModuleDown)) . '</a>';
/* Different sizes or the layout screws up */
$table->size[0] = '0%';
$table->size[1] = '10%';