diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7c9c8f8c33..131afd60ee 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-06-22 Miguel de Dios + + * godmode/admin_access_logs.php: Fix fall the table of logs to + bottom page. + Fixes: #2805812 + 2009-06-22 Miguel de Dios * Fix the error introduced by Miguel de Dios in 2009-06-18, The error diff --git a/pandora_console/godmode/admin_access_logs.php b/pandora_console/godmode/admin_access_logs.php index dc02182361..56b912ac13 100644 --- a/pandora_console/godmode/admin_access_logs.php +++ b/pandora_console/godmode/admin_access_logs.php @@ -53,7 +53,7 @@ echo ''; echo '
'; echo ''; -echo '
 
'; +echo ''; $filter = ''; if ($tipo_log != 'all') { @@ -106,4 +106,4 @@ foreach ($result as $row) { print_table ($table); -?> +?> \ No newline at end of file