diff options
author | lpsolit%gmail.com <> | 2009-07-18 19:02:41 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-07-18 19:02:41 +0200 |
commit | 75e516184ed75b1daecda4c796c86f81c63da982 (patch) | |
tree | 013dda0341d037d47bc37c2caf86b9f03a14b037 /template/en/default/admin | |
parent | e394756f42902de5eade4f6738127c25fa2bcef7 (diff) | |
download | bugzilla-75e516184ed75b1daecda4c796c86f81c63da982.tar.gz bugzilla-75e516184ed75b1daecda4c796c86f81c63da982.tar.xz |
Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/sanitycheck/messages.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index b65f8eac5..b67e5982d 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -169,6 +169,12 @@ [% END %] [% END %] + [% ELSIF san_tag == "everconfirmed_start" %] + OK, now fixing everconfirmed. + + [% ELSIF san_tag == "everconfirmed_end" %] + everconfirmed fixed. + [% ELSIF san_tag == "flag_check_start" %] Checking for flags being in the wrong product/component. |