diff --git a/pandora_console/godmode/agentes/planned_downtime.editor.php b/pandora_console/godmode/agentes/planned_downtime.editor.php index d5455f22f4..9f88e0354f 100755 --- a/pandora_console/godmode/agentes/planned_downtime.editor.php +++ b/pandora_console/godmode/agentes/planned_downtime.editor.php @@ -442,7 +442,7 @@ $table->data[5][1] = " "; -echo '
'; +echo ''; if ($id_downtime > 0) { echo ""; @@ -502,7 +502,7 @@ if ($id_downtime > 0) { $disabled_add_button = true; } - echo ""; + echo ""; html_print_select_groups(false, "AW", true, 'filter_group', $filter_group, '', '', '', false, false, true, '', false, 'width:180px'); @@ -510,7 +510,7 @@ if ($id_downtime > 0) { html_print_submit_button (__('Filter by group'), '', false, 'class="sub next"',false); echo ""; - echo ""; + echo ""; echo html_print_select ($data, "id_agents[]", '', '', '', 0, false, true, true, '', false, 'width: 180px;'); echo '

' . __('Available modules:') . @@ -593,7 +593,7 @@ if ($id_downtime > 0) { html_print_image("images/config.png", true, array("border" => '0', "alt" => __('Delete'))) . ""; } - $data[5] .= '' . + href="index.php?sec=estado&sec2=godmode/agentes/planned_downtime.editor&edit_downtime=1&id_downtime='.$downtime['id'].'">' . html_print_image("images/config.png", true, array("border" => '0', "alt" => __('Update'))) . ''; $data[9] = '' . @@ -500,7 +500,7 @@ echo '
'; html_print_button(__('Export to CSV'), 'csv_export', false, "location.href='godmode/agentes/planned_downtime.export_csv.php?$filter_params_str'", 'class="sub next"'); echo '
'; echo ' '; -echo ''; +echo ''; html_print_submit_button (__('Create'), 'create', false, 'class="sub next"'); echo ''; echo '';