2013-10-16 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2013-10-16 16:46:09 +00:00
parent 0dbace20bd
commit cac783010e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-10-16 Sergio Martin <sergio.martin@artica.es>
* godmode/setup/setup_netflow.php: Fix aesthetic issues
2013-10-16 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/main.php: fixed the javascript bugs

View File

@ -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 '<form id="netflow_setup" method="post">';
html_print_table ($table);
// Update button
echo '<div class="action-buttons" style="width:70%;">';
echo '<div class="action-buttons" style="width:98%;">';
html_print_input_hidden ('update_config', 1);
html_print_submit_button (__('Update'), 'upd_button', false, 'class="sub upd"');
echo '</div></form>';