Fixed width of field in alerts template. Tiquet: #2951
(cherry picked from commit 005da0e3e2
)
This commit is contained in:
parent
5ea3f93124
commit
13b480ec92
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue