summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>2012-05-28 16:06:07 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-05-28 16:06:07 +0200
commitc0f6b0de64acbc86f91f81d6bbd0d4a3777578f2 (patch)
treed635b63d79b65fd49444e5eb1316f253e61818a8 /template
parentd1f2e12030a3e9c1b8d52cf7583affff293a7aa1 (diff)
downloadbugzilla-c0f6b0de64acbc86f91f81d6bbd0d4a3777578f2.tar.gz
bugzilla-c0f6b0de64acbc86f91f81d6bbd0d4a3777578f2.tar.xz
Bug 206455: Add radio buttons in request.cgi to use the do_union param
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/request/queue.html.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl
index 6284a72bc..c2dc9809a 100644
--- a/template/en/default/request/queue.html.tmpl
+++ b/template/en/default/request/queue.html.tmpl
@@ -147,10 +147,22 @@ to some group are shown by default.
} %]
[% PROCESS "global/select-menu.html.tmpl" name="group" options=groups default=cgi.param('group') %]
</td>
+ </tr>
+ <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>
+ </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 = {