Merge branch 'ent-4524-Campo-Command-en-respuestas-de-eventos' into 'develop'
Changed input for textarea in command field - #4524 See merge request artica/pandorafms!2676
This commit is contained in:
commit
85b7ee034f
|
@ -143,12 +143,12 @@ $table->data[3] = $data;
|
|||
|
||||
$data = [];
|
||||
$data[0] = '<span id="command_label" class="labels">'.__('Command').'</span><span id="url_label" style="display:none;" class="labels">'.__('URL').'</span>'.ui_print_help_icon('response_macros', true);
|
||||
$data[1] = html_print_input_text(
|
||||
$data[1] = html_print_textarea(
|
||||
'target',
|
||||
3,
|
||||
1,
|
||||
$event_response['target'],
|
||||
'',
|
||||
100,
|
||||
255,
|
||||
'style="min-height:initial;"',
|
||||
true
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue