diff options
author | lpsolit%gmail.com <> | 2007-03-06 01:33:37 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-03-06 01:33:37 +0100 |
commit | ae1857494e5bc3dc6a4b87c0e0e329c0c76108bc (patch) | |
tree | 3a3a41ac2b814d38c09c5365d60ae2f7a296261b /template/en/default/global | |
parent | 439851b43d129eaa04b2d29438956db8add6de30 (diff) | |
download | bugzilla-ae1857494e5bc3dc6a4b87c0e0e329c0c76108bc.tar.gz bugzilla-ae1857494e5bc3dc6a4b87c0e0e329c0c76108bc.tar.xz |
Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index b0d92b3d1..ef03f7614 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -374,6 +374,11 @@ set to zero automatically as part of marking this [% terms.bug %] as either RESOLVED or CLOSED. + [% ELSIF message_tag == "sanitycheck" %] + [%# We use this way to call sanitycheck-specific messages so that + # we can still use get_text(). %] + [% PROCESS "admin/sanitycheck/messages.html.tmpl" %] + [% ELSIF message_tag == "sudo_started" %] [% title = "Sudo session started" %] The sudo session has been started. For the next 6 hours, or until you |