|
Lines 134-140
Link Here
|
| 134 |
<legend>Limit to any of the following:</legend> |
134 |
<legend>Limit to any of the following:</legend> |
| 135 |
<div class="row-fluid"> |
135 |
<div class="row-fluid"> |
| 136 |
[% FOREACH itemtypeloo IN advsearchloo.code_loop %] |
136 |
[% FOREACH itemtypeloo IN advsearchloo.code_loop %] |
| 137 |
[% IF ((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1) %] |
137 |
[% IF (advsearchloo.advanced_search_type != 'itemtypes') OR (((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1)) %] |
| 138 |
<div class="span3"> |
138 |
<div class="span3"> |
| 139 |
<input type="checkbox" |
139 |
<input type="checkbox" |
| 140 |
id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" |
140 |
id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" |
| 141 |
- |
|
|