diff options
author | travis%sedsystems.ca <> | 2005-01-08 06:34:06 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-01-08 06:34:06 +0100 |
commit | 5fed7ece4b48ecd990d50be4f09f13954f06c075 (patch) | |
tree | 51c185c6772c2ab17105cd0cbddb622122dbe1de /template/en/default/global | |
parent | 26276ec46bc7379c646c0f3389b8aeebe15155ae (diff) | |
download | bugzilla-5fed7ece4b48ecd990d50be4f09f13954f06c075.tar.gz bugzilla-5fed7ece4b48ecd990d50be4f09f13954f06c075.tar.xz |
Bug 153461: describe components shouldn't give an error for a bad product
Patch: LpSolit@netscape.net r=mkanat a=justdave
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 2dfe74c5f..b007af2e1 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -135,6 +135,12 @@ <a href="editflagtypes.cgi">Back to flag types.</a> </p> + [% ELSIF message_tag == "product_invalid" %] + [% title = "$terms.Bugzilla Component Descriptions" %] + The product <em>[% product FILTER html %]</em> does not exist + or you don't have access to it. The following is a list of the + products you can choose from. + [% ELSIF message_tag == "series_created" %] [% title = "Series Created" %] The series <em>[% series.category FILTER html %] / diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 24000983a..6b922d0c2 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -798,10 +798,6 @@ Patches cannot be more than [% Param('maxpatchsize') %] KB in size. Try breaking your patch into several pieces. - [% ELSIF error == "product_access_denied" %] - [% title = "Access Denied" %] - You do not have the permissions necessary to access that product. - [% ELSIF error == "product_edit_denied" %] [% title = "Product Edit Access Denied" %] You are not permitted to edit [% terms.bugs %] in product |