diff options
author | lpsolit%gmail.com <> | 2007-03-17 02:42:23 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-03-17 02:42:23 +0100 |
commit | 75608afda9bb02d965f7be22f385ddf9f888baea (patch) | |
tree | fa4a7a724d6715599e53945095a9f09f12730543 /template | |
parent | f8fd2befb9b33967beb35d8e86a57f0de9b326e5 (diff) | |
download | bugzilla-75608afda9bb02d965f7be22f385ddf9f888baea.tar.gz bugzilla-75608afda9bb02d965f7be22f385ddf9f888baea.tar.xz |
Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/quicksearchhack.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/pages/quicksearchhack.html.tmpl b/template/en/default/pages/quicksearchhack.html.tmpl index 47a0eacd3..45b1de07b 100644 --- a/template/en/default/pages/quicksearchhack.html.tmpl +++ b/template/en/default/pages/quicksearchhack.html.tmpl @@ -237,6 +237,13 @@ <td><tt>kw</tt></td> <td><a href="describekeywords.cgi">Keywords</a></td> </tr> +<tr> + <td> </td> + <td> </td> + <td><tt>group</tt></td> + <td> </td> + <td>Group <i>("bug_group")</i></td> +</tr> <!-- Attachments --> |