summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/core.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-22 23:58:39 +0100
committerlpsolit%gmail.com <>2006-02-22 23:58:39 +0100
commitca0d3d364bbfbd5fcb65c1153a21469b077ba80e (patch)
tree8499115d46acad658026feb6eeed642a940e0666 /template/en/default/admin/params/core.html.tmpl
parent947e78213b1a987b483a9c29f3436dc15a80d6e0 (diff)
downloadbugzilla-ca0d3d364bbfbd5fcb65c1153a21469b077ba80e.tar.gz
bugzilla-ca0d3d364bbfbd5fcb65c1153a21469b077ba80e.tar.xz
Bug 316127: Implement an infrastructure to link to the documentation - Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
Diffstat (limited to 'template/en/default/admin/params/core.html.tmpl')
-rw-r--r--template/en/default/admin/params/core.html.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl
index adf527c33..bc2dca564 100644
--- a/template/en/default/admin/params/core.html.tmpl
+++ b/template/en/default/admin/params/core.html.tmpl
@@ -32,6 +32,12 @@
urlbase => "The URL that is the common initial leading part of all $terms.Bugzilla " _
"URLs.",
+ 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 urlbase " _
+ "above. " _
+ "Leave this empty to suppress links to the documentation.",
+
sslbase => "The URL that is the common initial leading part of all HTTPS " _
"(SSL) $terms.Bugzilla URLs.",
@@ -65,4 +71,4 @@
shutdownhtml => "If this field is non-empty, then $terms.Bugzilla will be completely " _
"disabled and this text will be displayed instead of all the " _
"$terms.Bugzilla pages." }
-%] \ No newline at end of file
+%]