Skip to content

Commit

Permalink
NavigationItemForm: Provide a helpful hint how to input external urls
Browse files Browse the repository at this point in the history
refs #5600
  • Loading branch information
Johannes Meyer committed Sep 22, 2015
1 parent 5193fce commit f47c047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/forms/Navigation/NavigationItemForm.php
Expand Up @@ -52,7 +52,9 @@ public function createElements(array $formData)
'allowEmpty' => true,
'label' => $this->translate('Url'),
'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)'
)
)
);
Expand Down

0 comments on commit f47c047

Please sign in to comment.