diff options
author | Gervase Markham <gerv@mozilla.org> | 2014-12-18 17:08:19 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-18 17:08:19 +0100 |
commit | 323acaaecd742e195c718e696e3206c516ccda32 (patch) | |
tree | d2d2c2ee8b71c9d776fef5c83551be3af44c6870 /template/en/default/admin/params | |
parent | 1365815665b01b62e5085130eb3a690abf2aff24 (diff) | |
download | bugzilla-323acaaecd742e195c718e696e3206c516ccda32.tar.gz bugzilla-323acaaecd742e195c718e696e3206c516ccda32.tar.xz |
Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=dkl.
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/general.html.tmpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/template/en/default/admin/params/general.html.tmpl b/template/en/default/admin/params/general.html.tmpl index 4c94bc747..6ebef8ea2 100644 --- a/template/en/default/admin/params/general.html.tmpl +++ b/template/en/default/admin/params/general.html.tmpl @@ -16,14 +16,6 @@ "The email address of the person who maintains this installation " _ " of Bugzilla.", - docs_urlbase => - "The URL that is the common initial leading part of all" - _ " $terms.Bugzilla documentation URLs. It may be an absolute URL," - _ " or a URL relative to the <var>urlbase</var> parameter. Leave this" - _ " empty to suppress links to the documentation." - _ "'%lang%' will be replaced by user's preferred language (if" - _ " documentation is available in that language).", - utf8 => "Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New" _ " installations should set this to true to avoid character encoding" |