From a2c0ceb6f1aea1d4f5ee06cf574d234d2f30d73e Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 27 Jul 2011 11:14:45 +0000 Subject: [PATCH] 2011-07-27 Sergio Martin * extensions/module_groups.php general/logon_ok.php: Change overflow-x:scroll by overflow-x:auto to avoid the ugly scroll when no necessary git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4632 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/extensions/module_groups.php | 2 +- pandora_console/general/logon_ok.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 43880a22f8..e54228401d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2011-07-27 Sergio Martin + + * extensions/module_groups.php + general/logon_ok.php: Change overflow-x:scroll by + overflow-x:auto to avoid the ugly scroll when no + necessary + 2011-07-27 Sergio Martin * include/functions_html.php diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index c4aad54de9..0c81678746 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -233,7 +233,7 @@ function mainModuleGroups() { array_push($tableData,$row); } $table->data = $tableData; - echo "
"; + echo "
"; html_print_table($table); echo "
"; diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index 4d9ebb9e0c..5df1ec0677 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -213,7 +213,7 @@ foreach ($sessions as $session) { array_push ($table->data, $data); } -echo "
"; +echo "
"; html_print_table ($table); echo "
"; echo "
"; // activity