diff options
author | Christian Legnitto <clegnitto@mozilla.com> | 2010-10-14 01:27:40 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-10-14 01:27:40 +0200 |
commit | a128f843c67283b42a3f29d442843c1db79946a3 (patch) | |
tree | 26de727753e2e5b314d9c1f88b972f38e739ae73 /template/en/default | |
parent | 2b8ade66b986fffe2ebbbb4c6deda44f5b182bde (diff) | |
download | bugzilla-a128f843c67283b42a3f29d442843c1db79946a3.tar.gz bugzilla-a128f843c67283b42a3f29d442843c1db79946a3.tar.xz |
Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)
when creating or updating bug comment
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
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 <code>[% timestamp FILTER html %]</code> 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 %]. |