summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/quips.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 06:31:13 +0200
committergerv%gerv.net <>2003-07-04 06:31:13 +0200
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/list/quips.html.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugzilla-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/list/quips.html.tmpl')
-rw-r--r--template/en/default/list/quips.html.tmpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl
index d9f092db2..661f7595b 100644
--- a/template/en/default/list/quips.html.tmpl
+++ b/template/en/default/list/quips.html.tmpl
@@ -20,14 +20,16 @@
#%]
[%# INTERFACE:
- # added_quip: string. Defined if the CGI added a quip data before
+ # added_quip: string. Defined if the CGI added a quip data before
# displaying anything; if defined, its value is that quip.
# show_quips: boolean. True if we are showing the entire quip list.
# quips: list of strings. Defined iff show_quips is true. List of all quips.
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[% PROCESS global/header.html.tmpl
- title = "Bugzilla Quip System"
+ title = "$terms.Bugzilla Quip System"
h1 = "Add your own clever headline"
%]
@@ -55,8 +57,8 @@
[% END %]
<p>
- Bugzilla will pick a random quip for the headline on each bug list, and
- you can extend the quip list. Type in something clever or funny or boring
+ [% terms.Bugzilla %] will pick a random quip for the headline on each [% terms.bug %] list, and
+ you can extend the quip list. Type in something clever or funny or boring
(but not obscene or offensive, please) and bonk on the button.
[% IF Param("enablequips") == "approved" AND !user.groups.admin %]
Note that your quip has to be approved before it is used.
@@ -141,8 +143,8 @@
[% END %]
[% ELSE %]
<p>
- Those who like their wisdom in large doses can
- <a href="quips.cgi?action=show">view
+ Those who like their wisdom in large doses can
+ <a href="quips.cgi?action=show">view
[% IF UserInGroup('admin') %]
and edit
[% END %]