diff options
author | travis%sedsystems.ca <> | 2005-01-08 05:33:30 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-01-08 05:33:30 +0000 |
commit | 538bc862c8dbbd1bf3a3161516436f3314e97092 (patch) | |
tree | 5cc15a821e59c8173b6fe1b9cdf96c6ccef54aca /template | |
parent | Bug 277299: edit-multiple offers to change Target Milestone even if Param(use... (diff) | |
download | bugzilla-538bc862c8dbbd1bf3a3161516436f3314e97092.tar.gz bugzilla-538bc862c8dbbd1bf3a3161516436f3314e97092.tar.bz2 bugzilla-538bc862c8dbbd1bf3a3161516436f3314e97092.zip |
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')
-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 8e2b0c649..3d1df2d75 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -600,10 +600,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 |