diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-28 07:29:52 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-28 07:29:52 +0100 |
commit | bb94e7f944b908086f93825f197712479c28ebc0 (patch) | |
tree | 833a269cfc6b6ebf687f540e542fba81f2fad83c /template/en/default/request | |
parent | bf82dd009a52a2dfb317a1fe9bc688e120187dc6 (diff) | |
download | bugzilla-bb94e7f944b908086f93825f197712479c28ebc0.tar.gz bugzilla-bb94e7f944b908086f93825f197712479c28ebc0.tar.xz |
Bug 842416: add UI in request.cgi to use the do_union param
Diffstat (limited to 'template/en/default/request')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 12 |
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 6a24fda25..0ed14bad7 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -157,10 +157,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 = { |