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/change-columns.html.tmpl | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'template/en/default/list/change-columns.html.tmpl') diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl index 7730bf78c..61ff34dd7 100644 --- a/template/en/default/list/change-columns.html.tmpl +++ b/template/en/default/list/change-columns.html.tmpl @@ -3,7 +3,7 @@ # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ - # + # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing @@ -19,12 +19,14 @@ # Contributor(s): Dave Lawrence #%] +[% PROCESS global/variables.none.tmpl %] + [% PROCESS global/header.html.tmpl title = "Change Columns" %]

- Select the columns you wish to appear in your buglists. Note that + Select the columns you wish to appear in your [% terms.bug %] lists. Note that this feature requires cookies to work.

@@ -38,27 +40,27 @@
[% FOREACH column = masterlist %] -
[% END %] - +

-
- -

- +

@@ -67,7 +69,7 @@ - +
[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b