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/account/prefs/footer.html.tmpl | 36 ++++++++++++---------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'template/en/default/account/prefs/footer.html.tmpl') diff --git a/template/en/default/account/prefs/footer.html.tmpl b/template/en/default/account/prefs/footer.html.tmpl index 77ebd1e3a..87728b16a 100644 --- a/template/en/default/account/prefs/footer.html.tmpl +++ b/template/en/default/account/prefs/footer.html.tmpl @@ -20,25 +20,27 @@ #%] [%# INTERFACE: - # mybugslink: boolean. True if the user wishes the My Bugs link to appear. + # mybugslink: boolean. True if the user wishes the My Bugs link to appear. # queries: array of hashes. May be empty. Each hash has two members: # name: string. The name of the query. # footer: boolean. True if the query appears in the footer. #%] - + +[% PROCESS global/variables.none.tmpl %] + - + - - + + [% IF queries.size %] [% FOREACH query = queries %] @@ -46,31 +48,31 @@ - [% END %] [% ELSE %] [% END %] - +
The 'My bugs' link:The 'My [% terms.bugs %]' link:
Your query named '[% query.name FILTER html %]':
-
- If you create remembered queries using the +
+ If you create remembered queries using the query page, - you can then come to this page and choose to have some of them - appear in the footer of each Bugzilla page. + you can then come to this page and choose to have some of them + appear in the footer of each [% terms.Bugzilla %] page.

-- cgit v1.2.3-24-g4f1b