From 3a950445dc8c16fddbbf305e41a61c09d92bc45f Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Sun, 18 Oct 2015 14:33:47 +0900 Subject: [PATCH] Fixed input form size. --- pandora_console/godmode/agentes/planned_downtime.list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/godmode/agentes/planned_downtime.list.php b/pandora_console/godmode/agentes/planned_downtime.list.php index dc244d9f39..262cd8e93f 100755 --- a/pandora_console/godmode/agentes/planned_downtime.list.php +++ b/pandora_console/godmode/agentes/planned_downtime.list.php @@ -136,7 +136,7 @@ $table_form->data = array(); $row = array(); // Search text -$row[] = __('Search') . ' ' . html_print_input_text("search_text", $search_text, '', 50, 250, true); +$row[] = __('Search') . ' ' . html_print_input_text("search_text", $search_text, '', 32, 250, true); // Dates $date_inputs = __('From') . ' ' . html_print_input_text('date_from', $date_from, '', 10, 10, true); $date_inputs .= "  "; @@ -172,7 +172,7 @@ $row[] = $agent_input; // Module $row[] = __('Module') . ' ' . html_print_autocomplete_modules('module_name', $module_name, false, true, '', array(), true); -$row[] = html_print_submit_button('Search', 'search', false, 'class="sub search"', true); +$row[] = html_print_submit_button(__('Search'), 'search', false, 'class="sub search"', true); $table_form->data[] = $row; // End of table filter @@ -519,4 +519,4 @@ $(document).ready (function () { } }); - \ No newline at end of file +