diff options
author | gerv%gerv.net <> | 2003-01-06 16:54:16 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2003-01-06 16:54:16 +0100 |
commit | 8f35cfedd052502f5606c88d400939fc425c6a13 (patch) | |
tree | 5448e580c4d56b5df1b066bc536e9eff0767b3d4 /template/en/default/search | |
parent | ef85a567fdb1c5d58223902316351d57f062897d (diff) | |
download | bugzilla-8f35cfedd052502f5606c88d400939fc425c6a13.tar.gz bugzilla-8f35cfedd052502f5606c88d400939fc425c6a13.tar.xz |
Bug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv; r=bbaetz, a=justdave.
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/search/search-report-select.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index bdd90d54b..0b80bdb26 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -327,7 +327,7 @@ function selectProduct(f) { { value => "regexp", description => "matches the regexp" }, { value => "notregexp", description => "doesn't match the regexp" } ] %] -[% PROCESS "global/field-descs.html.tmpl" %] +[% PROCESS "global/field-descs.none.tmpl" %] [%# If we resubmit to ourselves, we need to know if we are using a format. %] <input type="hidden" name="query_format" value="[% format %]"> diff --git a/template/en/default/search/search-report-select.html.tmpl b/template/en/default/search/search-report-select.html.tmpl index 9af620d34..cec33089a 100644 --- a/template/en/default/search/search-report-select.html.tmpl +++ b/template/en/default/search/search-report-select.html.tmpl @@ -24,7 +24,7 @@ # default.$name.0: string. The default value for the block, if any. #%] -[% PROCESS "global/field-descs.html.tmpl" %] +[% PROCESS "global/field-descs.none.tmpl" %] [% BLOCK select %] [% rep_fields = ["product", "component", "version", "rep_platform", |