diff options
author | mkanat%bugzilla.org <> | 2009-09-22 00:10:07 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-09-22 00:10:07 +0200 |
commit | be1c97006f52e07419aa1d17cdc25ac0a835441a (patch) | |
tree | a80eaba27e1453ff71a71c23c60e95e51f4e6c48 /template/en/default/admin | |
parent | 3e0d373be5b1736837e711e5983e704aa906cc06 (diff) | |
download | bugzilla-be1c97006f52e07419aa1d17cdc25ac0a835441a.tar.gz bugzilla-be1c97006f52e07419aa1d17cdc25ac0a835441a.tar.xz |
Bug 496855: Hooks for sanitycheck.cgi
Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/sanitycheck/messages.html.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ <a href="sanitycheck.cgi?remove_old_whine_targets=1">Click here to remove old users/groups</a> + [% ELSE %] + [% message = Hook.process("statuses") %] + + [% IF message %] + [% message FILTER none %] + [% ELSE %] + The status message string <code>[% san_tag FILTER html %]</code> + was not found. Please send email to [% Param("maintainer") %] describing + the steps taken to obtain this message. + [% END %] + [% END %] [% END %] |