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:
parent
0dbace20bd
commit
cac783010e
|
@ -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>
|
2013-10-16 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* extensions/update_manager/main.php: fixed the javascript bugs
|
* extensions/update_manager/main.php: fixed the javascript bugs
|
||||||
|
|
|
@ -32,7 +32,7 @@ if (! check_acl ($config["id_user"], 0, "IR")) {
|
||||||
|
|
||||||
$update = (bool) get_parameter ("update");
|
$update = (bool) get_parameter ("update");
|
||||||
|
|
||||||
$table->width = '70%';
|
$table->width = '98%';
|
||||||
$table->border = 0;
|
$table->border = 0;
|
||||||
$table->cellspacing = 3;
|
$table->cellspacing = 3;
|
||||||
$table->cellpadding = 5;
|
$table->cellpadding = 5;
|
||||||
|
@ -66,7 +66,7 @@ echo '<form id="netflow_setup" method="post">';
|
||||||
html_print_table ($table);
|
html_print_table ($table);
|
||||||
|
|
||||||
// Update button
|
// 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_input_hidden ('update_config', 1);
|
||||||
html_print_submit_button (__('Update'), 'upd_button', false, 'class="sub upd"');
|
html_print_submit_button (__('Update'), 'upd_button', false, 'class="sub upd"');
|
||||||
echo '</div></form>';
|
echo '</div></form>';
|
||||||
|
|
Loading…
Reference in New Issue