From 8cb33cb1b96bf40e32f51f68b521f307fc96a23e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 6 Dec 2008 21:12:50 +0000 Subject: Fix bustage due to bug 463002 --- template/en/default/filterexceptions.pl | 4 ---- template/en/default/search/type-select.html.tmpl | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index fa7262a09..dd513738e 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -60,10 +60,7 @@ 'search/boolean-charts.html.tmpl' => [ '"field${chartnum}-${rownum}-${colnum}"', '"value${chartnum}-${rownum}-${colnum}"', - '"type${chartnum}-${rownum}-${colnum}"', 'field.name', - 'type.name', - 'type.description', '"${chartnum}-${rownum}-${newor}"', '"${chartnum}-${newand}-0"', 'newchart', @@ -71,7 +68,6 @@ ], 'search/form.html.tmpl' => [ - 'qv.value', 'qv.name', 'qv.description', 'field.name', diff --git a/template/en/default/search/type-select.html.tmpl b/template/en/default/search/type-select.html.tmpl index e74cc3cd3..043c4194a 100644 --- a/template/en/default/search/type-select.html.tmpl +++ b/template/en/default/search/type-select.html.tmpl @@ -24,6 +24,6 @@ [% FOREACH type = types %] + [%- search_descs.$type FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b