summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-04-02 20:57:14 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-04-02 20:57:14 +0200
commite1c91cd842cc2193309a284b3bd49488342ca8a1 (patch)
tree5aa390a757664b0be99ca17817ed35fd4782c3b4 /template
parentd5c5177f2ef698aefa8aeffaa458016583c20f79 (diff)
downloadbugzilla-e1c91cd842cc2193309a284b3bd49488342ca8a1.tar.gz
bugzilla-e1c91cd842cc2193309a284b3bd49488342ca8a1.tar.xz
Bug 647466: Allow Search.pm to take the new URL syntax for custom search
r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl7
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.