From a1ba12e2936512aab4138815cde2b8c284362da5 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 20 Aug 2002 05:34:29 +0000 Subject: Bug 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz. --- template/en/default/global/messages.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 559bd5edf..d08bd21bb 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -252,6 +252,10 @@ intentionally cleared out the "Reassign bug to" field, [% Param("browserbugmessage") %] + [% ELSIF message_tag == "shutdown" %] + [% title = "Bugzilla is Down" %] + [% Param("shutdownhtml") %] + [% ELSIF message_tag == "unknown_keyword" %] [% title = "Unknown Keyword" %] [% keyword FILTER html %] is not a known keyword. -- cgit v1.2.3-24-g4f1b