diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-02 11:57:14 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-02 11:57:14 -0700 |
commit | e1c91cd842cc2193309a284b3bd49488342ca8a1 (patch) | |
tree | 5aa390a757664b0be99ca17817ed35fd4782c3b4 /template/en | |
parent | d5c5177f2ef698aefa8aeffaa458016583c20f79 (diff) | |
download | bugs-e1c91cd842cc2193309a284b3bd49488342ca8a1.tar bugs-e1c91cd842cc2193309a284b3bd49488342ca8a1.tar.gz bugs-e1c91cd842cc2193309a284b3bd49488342ca8a1.tar.bz2 bugs-e1c91cd842cc2193309a284b3bd49488342ca8a1.tar.xz bugs-e1c91cd842cc2193309a284b3bd49488342ca8a1.zip |
Bug 647466: Allow Search.pm to take the new URL syntax for custom search
r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index addde0d8a..a8cdd7ef2 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -413,6 +413,13 @@ [%+ ELSIF fld == "z" %]the multiple tables/images [%+ ELSE %]a report axis[% END %] field. + [% ELSIF error == "search_cp_without_op" %] + Search argument f[% id FILTER html %] is "CP" but there is no + matching "OP" before it. + + [% ELSIF error == "search_invalid_joiner" %] + '[% joiner FILTER html %]' is not a valid joiner for a search. + [% ELSIF error == "setting_info_invalid" %] To create a new setting, you must supply a setting name, a list of value/sortindex pairs, and the default value. |