]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 241195: Add a short text at the top of request.cgi explaining what the displayed...
authorlpsolit%gmail.com <>
Thu, 17 Aug 2006 03:56:44 +0000 (03:56 +0000)
committerlpsolit%gmail.com <>
Thu, 17 Aug 2006 03:56:44 +0000 (03:56 +0000)
template/en/default/request/queue.html.tmpl

index cf679d092b4f770d1596348df47452354546609b..c80ecae87b70ba3f0ded7bd7378043173fb8656d 100644 (file)
   title="Request Queue"
   style = "
     table.requests th { text-align: left; }
-    table#filter th { text-align: right; }
+    table#filtering th { text-align: right; }
   "
   onload="selectProduct(document.forms[0], 'product', 'component', 'Any');"
   javascript_urls=["productmenu.js"]
 %]
 
+<p>
+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.
+When you are logged out, all pending requests that are not restricted
+to some group are shown by default.
+</p>
+
 <form action="request.cgi" method="get">
   <input type="hidden" name="action" value="queue">
 
-  <table id="filter">
+  <table id="filtering">
     <tr>
       <th>Requester:</th>
       <td><input type="text" name="requester" value="[% cgi.param('requester') FILTER html %]" size="20"