From f47c0475c9b52f1c9863a425d6fbd12025bb31e9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 22 Sep 2015 16:18:55 +0200 Subject: [PATCH] NavigationItemForm: Provide a helpful hint how to input external urls refs #5600 --- application/forms/Navigation/NavigationItemForm.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/forms/Navigation/NavigationItemForm.php b/application/forms/Navigation/NavigationItemForm.php index c7cb43422..0011b044c 100644 --- a/application/forms/Navigation/NavigationItemForm.php +++ b/application/forms/Navigation/NavigationItemForm.php @@ -52,7 +52,9 @@ class NavigationItemForm extends Form '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)' ) ) );