From a2af0ee0ea305ddc895e5571fc0f73c1292fba49 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 26 Oct 2016 08:30:35 +0200 Subject: [PATCH] fixed minor error position svg --- .../godmode/modules/manage_network_components_form_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/modules/manage_network_components_form_common.php b/pandora_console/godmode/modules/manage_network_components_form_common.php index c40928a7c8..bc5389d2a7 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_common.php +++ b/pandora_console/godmode/modules/manage_network_components_form_common.php @@ -128,7 +128,7 @@ $table->data[4][1] .= html_print_input_text ('str_warning', $str_warning, $table->data[4][1] .= '
'.__('Inverse interval').''; $table->data[4][1] .= html_print_checkbox ("warning_inverse", 1, $warning_inverse, true); -$table->data[4][2] = ' '; +$table->data[4][2] = ' '; $table->colspan[4][2] = 2; $table->rowspan[4][2] = 3;