summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-12-31 14:58:57 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-12-31 14:58:57 +0100
commit44e26f0615c237fa6759bc23845a96d773e0cba1 (patch)
tree5a61d53689a5785655bc0e0d66e7c35cf7b8ee7a /template
parent4fa178ae3f0f612cf91b26a2dea498602794be3b (diff)
downloadbugzilla-44e26f0615c237fa6759bc23845a96d773e0cba1.tar.gz
bugzilla-44e26f0615c237fa6759bc23845a96d773e0cba1.tar.xz
Bug 756048 - Add and update bug and attachment flags using the WebService API
r=sgreen,a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 7d9aef817..56545adbb 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -745,6 +745,16 @@
You are not allowed to edit properties of the '[% flagtype.name FILTER html %]'
flag type, because this flag type is not available for the products you can administer.
+ [% ELSIF error == "flag_not_unique" %]
+ [% title = "Flag not Unique" %]
+ The flag '[% value FILTER html %]' has been set multiple times.
+ You must specify the id value to update the flag.
+
+ [% ELSIF error == "flag_type_not_unique" %]
+ [% title = "Flag Type not Unique" %]
+ The flag type '[% value FILTER html %]' matches several flag types.
+ You must specify the type id value to update or add a flag.
+
[% ELSIF error == "flag_type_not_multiplicable" %]
[% docslinks = {'flags-overview.html' => 'An overview on Flags',
'flags.html' => 'Using Flags'} %]