diff options
author | lpsolit%gmail.com <> | 2006-02-22 23:58:39 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-02-22 23:58:39 +0100 |
commit | ca0d3d364bbfbd5fcb65c1153a21469b077ba80e (patch) | |
tree | 8499115d46acad658026feb6eeed642a940e0666 /template/en/default/admin | |
parent | 947e78213b1a987b483a9c29f3436dc15a80d6e0 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/admin/params/core.html.tmpl | 8 |
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 +%] |