diff options
author | mkanat%bugzilla.org <> | 2006-11-13 11:04:25 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-11-13 11:04:25 +0000 |
commit | a3ae4ab4b3dacb799e7e370c4785a64e9f4596af (patch) | |
tree | 911bea15f15bcb527f77958590091b6dd24c90d4 /template/en/default | |
parent | 790e8bbba2ae44ebc7473c61b3e9f7aafa8e2d5e (diff) | |
download | bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.gz bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.bz2 bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.xz bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.zip |
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/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
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. |