diff options
Diffstat (limited to 'template/en/default/request/queue.html.tmpl')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index cf679d092..c80ecae87 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -30,16 +30,23 @@ 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" |