Changed input for textarea in command field - #4524

This commit is contained in:
Tatiana Llorente 2019-08-22 11:22:40 +02:00
parent 38d6a587fd
commit e8a873de7c
1 changed files with 4 additions and 4 deletions

View File

@ -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
);