diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-05-28 16:06:07 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-28 16:06:07 +0200 |
commit | c0f6b0de64acbc86f91f81d6bbd0d4a3777578f2 (patch) | |
tree | d635b63d79b65fd49444e5eb1316f253e61818a8 /template/en/default/request | |
parent | d1f2e12030a3e9c1b8d52cf7583affff293a7aa1 (diff) | |
download | bugzilla-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/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 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 = { |