summaryrefslogtreecommitdiffstats
path: root/template/en/default/search
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-10-02 07:07:08 +0200
committergerv%gerv.net <>2002-10-02 07:07:08 +0200
commit8d6671f06bf7d6864cffcaccf4ef4b7e09b80675 (patch)
tree74f1cfdd96abaacbac19d54d10bacf17e25e4f1c /template/en/default/search
parent5f576f463b01c35b411ac14d3a342ec0003e24cf (diff)
downloadbugzilla-8d6671f06bf7d6864cffcaccf4ef4b7e09b80675.tar.gz
bugzilla-8d6671f06bf7d6864cffcaccf4ef4b7e09b80675.tar.xz
Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.
Diffstat (limited to 'template/en/default/search')
-rw-r--r--template/en/default/search/form.html.tmpl6
1 files changed, 4 insertions, 2 deletions
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 *** %]
<table>
@@ -664,7 +666,7 @@ function selectProduct(f) {
[% FOREACH field = chfield %]
<option value="[% field FILTER html %]"
[% " selected" IF lsearch(default.chfield, field) != -1 %]>
- [% field FILTER html %]</option>
+ [% (field_descs.$field || field) FILTER html %]</option>
[% END %]
</select>
</dd>