diff options
author | lpsolit%gmail.com <> | 2006-08-17 05:56:44 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-17 05:56:44 +0200 |
commit | b0f0bf66946233f7ccfd10da68cbe1be645b8b16 (patch) | |
tree | 31636c9ec84616b8f0cd71693e9da07310bfd9a1 /template/en/default | |
parent | f172b572be52c41ca4ac712e411915b311bfddf5 (diff) | |
download | bugzilla-b0f0bf66946233f7ccfd10da68cbe1be645b8b16.tar.gz bugzilla-b0f0bf66946233f7ccfd10da68cbe1be645b8b16.tar.xz |
Bug 241195: Add a short text at the top of request.cgi explaining what the displayed data are - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
Diffstat (limited to 'template/en/default')
-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" |