|
Lines 287-293
Link Here
|
| 287 |
<p><label for="branchloop">Individual libraries:</label><select name="limit" id="branchloop"> |
287 |
<p><label for="branchloop">Individual libraries:</label><select name="limit" id="branchloop"> |
| 288 |
<option value="">All libraries</option> |
288 |
<option value="">All libraries</option> |
| 289 |
[%# FIXME Should not we filter the libraries displayed? %] |
289 |
[%# FIXME Should not we filter the libraries displayed? %] |
| 290 |
[% PROCESS options_for_libraries prefix => "branch:" libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %] |
290 |
[% PROCESS options_for_libraries prefix => "branch:" libraries => Branches.all( unfiltered => 1, do_not_select_my_library => 1 ) %] |
| 291 |
</select></p> |
291 |
</select></p> |
| 292 |
<!-- <input type="hidden" name="limit" value="branch: MAIN" /> --> |
292 |
<!-- <input type="hidden" name="limit" value="branch: MAIN" /> --> |
| 293 |
[% IF search_groups %] |
293 |
[% IF search_groups %] |
| 294 |
- |
|
|