Index: mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl,v retrieving revision 1.17 diff -u -r1.17 mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl +++ mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl @@ -36,6 +36,22 @@ javascript_urls=["productmenu.js"] %] +[% IF !user.in_group("canconfirm") %] + [% filtered_username = user.login FILTER url_quote %] + [% my_bugs = Param('mybugstemplate').replace('%userid%', filtered_username) %] + +
+ If you've filed [% terms.bugs %] with + severity:enhancement and are looking for those [% terms.bugs %], + this is not the right page. This page lets you browse pending requests. + Requests are additional annotations of [% terms.bugs %] and attachments. + Sometimes they need a form of approval and only those that haven't been + addressed will appear here. +
+[% END %] +

When you are logged in, only requests made by you or addressed to you are shown by default. You can change the criteria using the form below.