From cac783010e5bd842d4a6c038a8f87356576213e4 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 16 Oct 2013 16:46:09 +0000 Subject: [PATCH] 2013-10-16 Sergio Martin * godmode/setup/setup_netflow.php: Fix aesthetic issues git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8929 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/setup/setup_netflow.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 302dd8d5bd..a4ad1fb06a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-10-16 Sergio Martin + + * godmode/setup/setup_netflow.php: Fix aesthetic issues + 2013-10-16 Miguel de Dios * extensions/update_manager/main.php: fixed the javascript bugs diff --git a/pandora_console/godmode/setup/setup_netflow.php b/pandora_console/godmode/setup/setup_netflow.php index a2def2f8ad..81f91598a8 100644 --- a/pandora_console/godmode/setup/setup_netflow.php +++ b/pandora_console/godmode/setup/setup_netflow.php @@ -32,7 +32,7 @@ if (! check_acl ($config["id_user"], 0, "IR")) { $update = (bool) get_parameter ("update"); -$table->width = '70%'; +$table->width = '98%'; $table->border = 0; $table->cellspacing = 3; $table->cellpadding = 5; @@ -66,7 +66,7 @@ echo '
'; html_print_table ($table); // Update button -echo '
'; +echo '
'; html_print_input_hidden ('update_config', 1); html_print_submit_button (__('Update'), 'upd_button', false, 'class="sub upd"'); echo '
';