'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',
],
'search/form.html.tmpl' => [
- 'qv.value',
'qv.name',
'qv.description',
'field.name',
[% 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>