From 8a3d4469cc85108a194a78ac95f2a6780d2971eb Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 24 Dec 2008 03:43:36 +0000 Subject: Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. Patch By Max Kanat-Alexander and Mark Smith r=glob, a=mkanat --- template/en/default/global/messages.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 1a9c7220a..1aa464c8f 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -451,6 +451,9 @@ group. [% END %] + [% ELSIF message_tag == "job_queue_depth" %] + [% count FILTER html %] jobs in the queue. + [% ELSIF message_tag == "keyword_created" %] [% title = "New Keyword Created" %] The keyword [% name FILTER html %] has been created. -- cgit v1.2.3-24-g4f1b