Lines 237-243
Link Here
|
237 |
<li> |
237 |
<li> |
238 |
<label for="branchlimit">Library: </label> |
238 |
<label for="branchlimit">Library: </label> |
239 |
<select name="branchlimit" id="branchlimit"> |
239 |
<select name="branchlimit" id="branchlimit"> |
|
|
240 |
[% IF Koha.Preference('IndependentBranches') && CAN_user_superlibrarian %] |
240 |
<option value="">All</option> |
241 |
<option value="">All</option> |
|
|
242 |
[% END %] |
241 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %] |
243 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %] |
242 |
</select> |
244 |
</select> |
243 |
</li> |
245 |
</li> |
244 |
- |
|
|