diff options
author | Byron Jones <bjones@mozilla.com> | 2012-10-24 00:19:23 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-10-24 00:19:23 +0200 |
commit | acb2992c9b3baf976346c6ce5ae60e107551134d (patch) | |
tree | 16b7bee6bf202145c1bf9be8c2afe5e2eaea0c8a /template/en/default/pages | |
parent | a9b17a0963dda9e9e8c2c538410fd040b45f1b56 (diff) | |
download | bugzilla-acb2992c9b3baf976346c6ce5ae60e107551134d.tar.gz bugzilla-acb2992c9b3baf976346c6ce5ae60e107551134d.tar.xz |
Bug 803058: add a shortcut to quicksearch to enable or disable comment searching for that query
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 901f05467..c43047d9f 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -303,6 +303,14 @@ <strong>#</strong><em>value</em> </td> </tr> + <tr> + <td class="field_name">Comment Searching</td> + <td class="field_nickname"> + Allows overriding of the comment searching preference.<br> + "<strong>++comments</strong>" will always enable comment searching.<br> + "<strong>--comments</strong>" will always disable searching.<br> + </td> + </tr> [% IF Param('usestatuswhiteboard') %] <tr> <td class="field_name">[% field_descs.short_desc FILTER html %] |