2009-06-22 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2009-06-22 09:41:14 +00:00
parent ddc802778e
commit 1087670bfd
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2009-06-22 Miguel de Dios <miguel.dedios@artica.es>
* godmode/admin_access_logs.php: Fix fall the table of logs to
bottom page.
Fixes: #2805812
2009-06-22 Miguel de Dios <miguel.dedios@artica.es> 2009-06-22 Miguel de Dios <miguel.dedios@artica.es>
* Fix the error introduced by Miguel de Dios in 2009-06-18, The error * Fix the error introduced by Miguel de Dios in 2009-06-18, The error

View File

@ -53,7 +53,7 @@ echo '</form></div>';
echo '<div style="width:300px; height:140px; float:left;">'; echo '<div style="width:300px; height:140px; float:left;">';
echo '<img src="reporting/fgraph.php?tipo=user_activity&width=300&height=140" />'; echo '<img src="reporting/fgraph.php?tipo=user_activity&width=300&height=140" />';
echo '</div><div style="clear:both;">&nbsp;</div>'; echo '</div>';
$filter = ''; $filter = '';
if ($tipo_log != 'all') { if ($tipo_log != 'all') {
@ -106,4 +106,4 @@ foreach ($result as $row) {
print_table ($table); print_table ($table);
?> ?>