summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorChristian Legnitto <clegnitto@mozilla.com>2010-10-14 01:27:40 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-14 01:27:40 +0200
commita128f843c67283b42a3f29d442843c1db79946a3 (patch)
tree26de727753e2e5b314d9c1f88b972f38e739ae73 /template
parent2b8ade66b986fffe2ebbbb4c6deda44f5b182bde (diff)
downloadbugzilla-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')
-rw-r--r--template/en/default/global/code-error.html.tmpl4
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 %].