diff options
author | gerv%gerv.net <> | 2003-07-04 06:31:13 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2003-07-04 06:31:13 +0200 |
commit | 44b48df3901d829e1423749136d142964ccb4a3e (patch) | |
tree | f87659c97f6c97654cde63005c514a5504913631 /template/en/default/pages | |
parent | 7b35e1a271f27612cba91216d50e5f497dd0c69a (diff) | |
download | bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz |
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/linkify.html.tmpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl index dd45c8fe2..e205707e4 100644 --- a/template/en/default/pages/linkify.html.tmpl +++ b/template/en/default/pages/linkify.html.tmpl @@ -20,17 +20,18 @@ # Gervase Markham <gerv@gerv.net> #%] +[% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "Linkify Text" %] <p> - If you enter some text, this form will return it marked up like a - standard Bugzilla comment. That is, valid bug numbers, URLs, email addresses - and so on will be replaced with appropriate HTML links. + If you enter some text, this form will return it marked up like a + standard [% terms.Bugzilla %] comment. That is, valid [% terms.bug %] numbers, + URLs, email addresses and so on will be replaced with appropriate HTML links. </p> <form action="page.cgi" method="post"> <textarea cols="80" rows="20" name="text" wrap="hard"></textarea> - <br> + <br> <input type="hidden" name="id" value="linked.html"> <input value="Linkify" type="submit"> </form> |