]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage due to bug 463002
authorlpsolit%gmail.com <>
Sat, 6 Dec 2008 21:12:50 +0000 (21:12 +0000)
committerlpsolit%gmail.com <>
Sat, 6 Dec 2008 21:12:50 +0000 (21:12 +0000)
template/en/default/filterexceptions.pl
template/en/default/search/type-select.html.tmpl

index fa7262a09e6b7aac5ff05b967295b08f9976a8f5..dd513738ed77d6d50f26b10c1be617041afb0891 100644 (file)
 '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',
index e74cc3cd37237b52412f58aa44ec34f446fba0b8..043c4194a446fc7640f93d48609cda8685d5bf63 100644 (file)
@@ -24,6 +24,6 @@
   [% FOREACH type = types %]
     <option value="[% type FILTER html %]"
             [%- ' selected="selected"' IF type == selected %]>
-        [%- search_descs.$type %]</option>
+        [%- search_descs.$type FILTER html %]</option>
   [% END %]
 </select>