From a3ae4ab4b3dacb799e7e370c4785a64e9f4596af Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 13 Nov 2006 11:04:25 +0000 Subject: Bug 355839: The WebService should provide lists of legal field values Patch By Max Kanat-Alexander r=mbd, a=myk --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default') 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. -- cgit v1.2.3-24-g4f1b