From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: 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. --- template/en/default/list/quips.html.tmpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'template/en/default/list/quips.html.tmpl') 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 %]

- 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 %]

- Those who like their wisdom in large doses can - view + Those who like their wisdom in large doses can + view [% IF UserInGroup('admin') %] and edit [% END %] -- cgit v1.2.3-24-g4f1b