From a128f843c67283b42a3f29d442843c1db79946a3 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Wed, 13 Oct 2010 16:27:40 -0700 Subject: Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment) when creating or updating bug comment r=mkanat, a=mkanat --- template/en/default/global/code-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index e507c584f..c5c01f401 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -236,6 +236,10 @@ The series_id [% series_id FILTER html %] is not valid. It may be that this series has been deleted. + [% ELSIF error == "invalid_timestamp" %] + The entered timestamp [% timestamp FILTER html %] could not + be parsed into a valid date and time. + [% ELSIF error == "invalid_webservergroup" %] There is no such group: [% group FILTER html %]. Check your $webservergroup setting in [% constants.bz_locations.localconfig FILTER html %]. -- cgit v1.2.3-24-g4f1b