Merge branch '3016-URL-Address-de-un-agente-no-funciona-link_2' into 'develop'

Added hint to url address input

See merge request artica/pandorafms!2099

Former-commit-id: 4b8d92593b6a1eae46f1cbb0670734fde7c90ae6
This commit is contained in:
vgilc 2018-12-21 10:25:04 +01:00
commit 3fd61e8d81
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ $table->data[4][1] = __('Disabled') . ' ' .
$table->data[4][1] .= __('Enabled') . ' ' .
html_print_radio_button_extended ("disabled", 0, '', $disabled, false, '', 'style="margin-right: 40px;"', true);
if (enterprise_installed()) {
$table->data[4][2] = __('Url address');
$table->data[4][2] = __('Url address') . ui_print_help_tip(__('URL address must be complete, for example: https://pandorafms.com/'), true);
$table->data[4][3] = html_print_input_text ('url_description',
$url_description, '', 45, 255, true);
}else{