diff options
author | RĂ©mi Zara <remi_zara@mac.com> | 2010-02-08 01:03:09 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-08 01:03:09 +0100 |
commit | c0f18c9d3dba1535c6fc943a92837ad4c453f8d2 (patch) | |
tree | dbbcb94ff549603bc9969c20e2c64e54797034ab /template | |
parent | 7f85d8e57d72ce68752cbf78bc633f00ee8da29a (diff) | |
download | bugzilla-c0f18c9d3dba1535c6fc943a92837ad4c453f8d2.tar.gz bugzilla-c0f18c9d3dba1535c6fc943a92837ad4c453f8d2.tar.xz |
Bug 58731: Make the keywords regexp boolean charts work
r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index ec0d2a90b..2e2ae73d6 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -301,7 +301,7 @@ function doOnSelectProduct(selectmode) { <td> [% INCLUDE "search/type-select.html.tmpl" name = "keywords_type", - types = ['allwords', 'anywords', 'nowords'], + types = ['allwords', 'anywords', 'nowords', 'regexp', 'notregexp'], selected = default.keywords_type.0 %] </td> <td> |