summaryrefslogtreecommitdiffstats
path: root/template/en/default/request/queue.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/request/queue.html.tmpl')
-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 = {