From be1c97006f52e07419aa1d17cdc25ac0a835441a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 21 Sep 2009 22:10:07 +0000 Subject: Bug 496855: Hooks for sanitycheck.cgi Patch by Bradley Baetz r=mkanat, a=mkanat --- template/en/default/admin/sanitycheck/messages.html.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'template/en') diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index b67e5982d..c3d5daacd 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -313,6 +313,17 @@ Click here to remove old users/groups + [% ELSE %] + [% message = Hook.process("statuses") %] + + [% IF message %] + [% message FILTER none %] + [% ELSE %] + The status message string [% san_tag FILTER html %] + was not found. Please send email to [% Param("maintainer") %] describing + the steps taken to obtain this message. + [% END %] + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b