mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Changed input for textarea in command field - #4524
This commit is contained in:
parent
38d6a587fd
commit
e8a873de7c
@ -143,12 +143,12 @@ $table->data[3] = $data;
|
|||||||
|
|
||||||
$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[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',
|
'target',
|
||||||
|
3,
|
||||||
|
1,
|
||||||
$event_response['target'],
|
$event_response['target'],
|
||||||
'',
|
'style="min-height:initial;"',
|
||||||
100,
|
|
||||||
255,
|
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user