mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed width of field in alerts template. Tiquet: #2951
(cherry picked from commit 005da0e3e269b3c915e6d3fafeff06453e313a33)
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…
x
Reference in New Issue
Block a user