From 1087670bfdc43f9ebf4ddc3239a141f594c1bc63 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 22 Jun 2009 09:41:14 +0000 Subject: [PATCH] 2009-06-22 Miguel de Dios * godmode/admin_access_logs.php: Fix fall the table of logs to bottom page. Fixes: #2805812 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1755 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/admin_access_logs.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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