NavigationItemForm: Provide a helpful hint how to input external urls

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-22 16:18:55 +02:00
parent 5193fce1dd
commit f47c0475c9
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@ class NavigationItemForm extends Form
'allowEmpty' => true, 'allowEmpty' => true,
'label' => $this->translate('Url'), 'label' => $this->translate('Url'),
'description' => $this->translate( 'description' => $this->translate(
'The url of this navigation item. Leave blank if you only want the name being displayed' 'The url of this navigation item. Leave blank if you only want the'
. ' name being displayed. For external urls, make sure to prepend'
. ' an appropriate protocol identifier (e.g. http://example.tld)'
) )
) )
); );