Lines 239-245
Link Here
|
239 |
<p><label for="branchloop">Individual libraries:</label><select name="limit" id="branchloop"> |
239 |
<p><label for="branchloop">Individual libraries:</label><select name="limit" id="branchloop"> |
240 |
<option value="">All libraries</option> |
240 |
<option value="">All libraries</option> |
241 |
[%# FIXME Should not we filter the libraries displayed? %] |
241 |
[%# FIXME Should not we filter the libraries displayed? %] |
242 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %] |
242 |
[% PROCESS options_for_libraries prefix => "branch:" libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %] |
243 |
</select></p> |
243 |
</select></p> |
244 |
<!-- <input type="hidden" name="limit" value="branch: MAIN" /> --> |
244 |
<!-- <input type="hidden" name="limit" value="branch: MAIN" /> --> |
245 |
[% IF ( searchdomainloop ) %] |
245 |
[% IF ( searchdomainloop ) %] |
246 |
- |
|
|