From 8d6671f06bf7d6864cffcaccf4ef4b7e09b80675 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 2 Oct 2002 05:07:08 +0000 Subject: Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz. --- template/en/default/search/form.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en/default/search/form.html.tmpl') diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index b3c87b5cc..a24772c31 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -326,7 +326,9 @@ function selectProduct(f) { { value => "anywords", description => "contains any of the words" }, { value => "regexp", description => "matches the regexp" }, { value => "notregexp", description => "doesn't match the regexp" } ] %] - + +[% PROCESS "global/field-descs.html.tmpl" %] + [%# *** Summary *** %] @@ -664,7 +666,7 @@ function selectProduct(f) { [% FOREACH field = chfield %] + [% (field_descs.$field || field) FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b