Fixed width of field in alerts template. Tiquet: #2951

(cherry picked from commit 005da0e3e2)
This commit is contained in:
m-lopez-f 2015-11-04 11:12:19 +01:00
parent 5ea3f93124
commit 13b480ec92
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ if ($step == 2) {
}
$table->data[4][1] = html_print_select_from_sql ($sql_query,
'default_action', $default_action, '', __('None'), 0,
true, false, false) .
true, false, false, false, false, false, 0) .
ui_print_help_tip (
__('In case you fill any Field 1, Field 2 or Field 3 above, those will replace the corresponding fields of this associated "Default action".'), true);