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/bug/navigate.html.tmpl | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'template/en/default/bug/navigate.html.tmpl') diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index c8636e098..a19779e4f 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -18,18 +18,20 @@ # # Contributor(s): Gervase Markham #%] - + +[% PROCESS global/variables.none.tmpl %] + [% IF bug_list && bug_list.size > 0 %] [% this_bug_idx = lsearch(bug_list, bug.bug_id) %] - Bug List: + [% terms.Bug %] List: [% IF this_bug_idx != -1 %] ([% this_bug_idx + 1 %] of [% bug_list.size %]) [% END %] - + First Last - [% IF bug.bug_id %] + [% IF bug.bug_id %] [% IF this_bug_idx != -1 %] [% IF this_bug_idx > 0 %] [% prev_bug = this_bug_idx - 1 %] @@ -37,7 +39,7 @@ [% ELSE %] Prev [% END %] - + [% IF this_bug_idx + 1 < bug_list.size %] [% next_bug = this_bug_idx + 1 %] Next @@ -45,14 +47,14 @@ Next [% END %] [% ELSE %] - (This bug is not in your list) + (This [% terms.bug %] is not in your list) [% END %] [% ELSE %]    [% END %] - +   Show list [% END %]      Query page -     Enter new bug +     Enter new [% terms.bug %] -- cgit v1.2.3-24-g4f1b