Merge branch 'ent-7314-comillas-comandos-remotos' into 'develop'

Added tip for notice to users for use single quotation

Closes pandora_enterprise#7314

See merge request artica/pandorafms!4376
This commit is contained in:
Daniel Rodriguez 2021-09-08 13:14:54 +00:00
commit 6fff287b70
1 changed files with 7 additions and 0 deletions

View File

@ -443,6 +443,13 @@ $data[1] = html_print_input_text_extended(
$largeClassDisabledBecauseInPolicy,
true
);
$data[1] .= ui_print_help_tip(
__(
'Please use single quotation marks when necessary. '."\n".'
If double quotation marks are needed, please escape them with a backslash (\")'
),
true
);
$table_simple->colspan['row-cmd-row-1'][1] = 3;
push_table_simple($data, 'row-cmd-row-1');