summaryrefslogtreecommitdiffstats
path: root/template/en/default/request
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-09-28 13:32:18 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-09-28 13:32:18 +0200
commitd8ee22ef80de6b30917c1e8785b42037c9da779a (patch)
treed528846f8c859652ab4845edacc039eafcafbd6b /template/en/default/request
parent51e15329e9cf5c4a7a492b0a8689d436f012f45d (diff)
downloadbugzilla-d8ee22ef80de6b30917c1e8785b42037c9da779a.tar.gz
bugzilla-d8ee22ef80de6b30917c1e8785b42037c9da779a.tar.xz
Bug 891311: Text in the "My Requests" page is misleading about how the AND/OR radio button works
r=dkl a=justdave
Diffstat (limited to 'template/en/default/request')
-rw-r--r--template/en/default/request/queue.html.tmpl12
1 files changed, 5 insertions, 7 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl
index 68a519725..2fb417eb6 100644
--- a/template/en/default/request/queue.html.tmpl
+++ b/template/en/default/request/queue.html.tmpl
@@ -147,18 +147,16 @@ to some group are shown by default.
<tr>
<th></th>
<td>
- <label><input type="radio" name="do_union" value="0"
- [% 'checked="checked"' IF !cgi.param('do_union') %]>AND *</label>
- <label><input type="radio" name="do_union" value="1"
- [% 'checked="checked"' IF cgi.param('do_union') %]>OR *</label>
+ <select id="do_union" name="do_union">
+ <option value="0">Match the requester AND requestee</option>
+ <option value="1" [% 'selected="selected"' IF cgi.param('do_union') %]>
+ Match the requester OR requestee</option>
+ </select>
</td>
<td colspan="3"></td>
<td><input type="submit" id="filter" value="Filter"></td>
</tr>
</table>
-
- <p>(* The logical conjunction/disjunction between the requester
- and the requestee)</p>
</form>
[% column_headers = {