Added hint to url address input
Former-commit-id: 5c51058ff8aea2e821bbb294034a538f040c46be
This commit is contained in:
parent
8c20c93806
commit
ac4d420173
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue