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 + + * godmode/alerts/configure_alert_template.php: + 2009-09-29 Miguel de Dios * 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);