summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-18 06:33:37 +0100
committerByron Jones <bjones@mozilla.com>2012-01-18 06:33:37 +0100
commit7740abe8308ae64d68f939995a40a7b9c4d5146f (patch)
treeb27fc8d4eee26138809ddd80b538f75f1bc91182 /extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
parente61f9a53a852c5badff6a1436cada646646dea2b (diff)
downloadbugzilla-7740abe8308ae64d68f939995a40a7b9c4d5146f.tar.gz
bugzilla-7740abe8308ae64d68f939995a40a7b9c4d5146f.tar.xz
revert accidental commit
https://bugzilla.mozilla.org/show_bug.cgi?id=716109
Diffstat (limited to 'extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl16
1 files changed, 10 insertions, 6 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
index eff0e35cc..85881aca7 100644
--- a/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -22,15 +22,19 @@
[% title = "Missing Username" %]
You must provide at least one email address to report on.
-[% ELSIF error == "report_invalid_date" %]
+[% ELSIF error == "user_activity_missing_from_date" %]
+ [% title = "Missing Date" %]
+ You must provided the period start date.
+
+[% ELSIF error == "user_activity_missing_to_date" %]
+ [% title = "Missing Date" %]
+ You must provided the period end date.
+
+[% ELSIF error == "user_activity_invalid_date" %]
[% title = "Invalid Date" %]
The date '[% date FILTER html %]' is invalid.
-[% ELSIF error == "report_invalid_parameter" %]
- [% title = "Invalid Parameter" %]
- The value for parameter [% name FILTER html %] is invalid.
-
[% ELSIF error == "invalid_object" %]
- Invalid [% object FILTER html %]: "[% value FILTER html %]"
+ Invalid [% object FILTER html %]: "[% value FILTER html %]"
[% END %]