From 7be6a8399c2fe3d6ee5a9323d789583367875862 Mon Sep 17 00:00:00 2001 From: mdtrooper <tres.14159@gmail.com> Date: Tue, 29 Sep 2009 19:46:18 +0000 Subject: [PATCH] 2009-09-29 Miguel de Dios <miguel.dedios@artica.es> * godmode/alerts/configure_alert_template.php: git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1989 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/alerts/configure_alert_template.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 20d021f5e5..d738dba94e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2009-09-29 Miguel de Dios <miguel.dedios@artica.es> + + * godmode/alerts/configure_alert_template.php: + 2009-09-29 Miguel de Dios <miguel.dedios@artica.es> * godmode/alerts/configure_alert_template.php: fix small typing bug. diff --git a/pandora_console/godmode/alerts/configure_alert_template.php b/pandora_console/godmode/alerts/configure_alert_template.php index cb2d07d4e6..f064dc8fd2 100644 --- a/pandora_console/godmode/alerts/configure_alert_template.php +++ b/pandora_console/godmode/alerts/configure_alert_template.php @@ -365,10 +365,10 @@ if ($step == 2) { 5, 7, true); $table->data['field1'][0] = __('Field 1') . print_help_icon ('alert_macros', true); - $table->data['field1'][1] = print_input_text ('field1', $field1, '', 35, 255, true); + $table->data['field1'][1] = print_input_text ('field1', $field1, '', 70, 255, true); $table->data['field2'][0] = __('Field 2') . print_help_icon ('alert_macros', true); - $table->data['field2'][1] = print_input_text ('field2', $field2, '', 35, 255, true); + $table->data['field2'][1] = print_input_text ('field2', $field2, '', 70, 255, true); $table->data['field3'][0] = __('Field 3') . print_help_icon ('alert_macros', true); $table->data['field3'][1] = print_textarea ('field3', 10, 30, $field3, '', true);