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/list-simple.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en/default/list/list-simple.html.tmpl') diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl index 25c8c82ec..0ca3e976c 100644 --- a/template/en/default/list/list-simple.html.tmpl +++ b/template/en/default/list/list-simple.html.tmpl @@ -23,11 +23,13 @@ # title: string. The title for this page. (optional) #%] +[% PROCESS global/variables.none.tmpl %] + [%############################################################################%] [%# Initialization #%] [%############################################################################%] -[% DEFAULT title = "Bug List" %] +[% DEFAULT title = "$terms.Bug List" %] [% title = title FILTER html %] @@ -44,7 +46,7 @@ [% IF bugs.size == 0 %] -

Zarro Boogs found.

+

[% terms.zeroSearchResults %].

[% ELSE %] [% PROCESS list/table.html.tmpl %] [% END %] -- cgit v1.2.3-24-g4f1b