diff options
Diffstat (limited to 'template/en/default/admin/sanitycheck/messages.html.tmpl')
-rw-r--r-- | template/en/default/admin/sanitycheck/messages.html.tmpl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index 4300f7815..14e425625 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -288,6 +288,25 @@ [% ELSIF san_tag == "vote_count_alert" %] Bad vote sum for [% terms.bug %] [%+ id FILTER html %]. + [% ELSIF san_tag == "whines_obsolete_target_deletion_start" %] + OK, now removing non-existent targets from whines. + + [% ELSIF san_tag == "whines_obsolete_target_deletion_end" %] + Non-existent targets have been removed from whines. + + [% ELSIF san_tag == "whines_obsolete_target_start" %] + Checking for whines with non-existent targets. + + [% ELSIF san_tag == "whines_obsolete_target_alert" %] + [% FOREACH schedule = schedules %] + Non-existent [% (type == constants.MAILTO_USER) ? "user" : "group" FILTER html %] + [%+ schedule.1 FILTER html %] for whine schedule [% schedule.0 FILTER html %]<br> + [% END %] + + [% ELSIF san_tag == "whines_obsolete_target_fix" %] + <a href="sanitycheck.cgi?remove_old_whine_targets=1">Click here to + remove old targets</a> + [% END %] [% END %] |