mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed broken header of alert list.
This commit is contained in:
parent
7ae0e614e2
commit
5ec7e1ae0f
@ -390,6 +390,9 @@ if (! $id_agente) {
|
|||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
else {
|
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 */
|
/* Different sizes or the layout screws up */
|
||||||
$table->size[0] = '0%';
|
$table->size[0] = '0%';
|
||||||
$table->size[1] = '10%';
|
$table->size[1] = '10%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user