summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-11-13 12:04:25 +0100
committermkanat%bugzilla.org <>2006-11-13 12:04:25 +0100
commita3ae4ab4b3dacb799e7e370c4785a64e9f4596af (patch)
tree911bea15f15bcb527f77958590091b6dd24c90d4 /template
parent790e8bbba2ae44ebc7473c61b3e9f7aafa8e2d5e (diff)
downloadbugzilla-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.gz
bugzilla-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.xz
Bug 355839: The WebService should provide lists of legal field values
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index ef53b2b8e..83d4a0a16 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1138,6 +1138,10 @@
Patches cannot be more than [% Param('maxpatchsize') %] KB in size.
Try breaking your patch into several pieces.
+ [% ELSIF error == "product_access_denied" %]
+ Either the product '[% product FILTER html %]' does not exist or
+ you don't have access to it.
+
[% ELSIF error == "product_doesnt_exist" %]
[% title = "Specified Product Does Not Exist" %]
The product '[% product FILTER html %]' does not exist.