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:
parent
ddc802778e
commit
1087670bfd
|
@ -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
|
||||||
|
|
|
@ -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;"> </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);
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue