Lines 244-250
Link Here
|
244 |
<li> |
244 |
<li> |
245 |
<label for="branchlimit">Library: </label> |
245 |
<label for="branchlimit">Library: </label> |
246 |
<select name="branchlimit" id="branchlimit"> |
246 |
<select name="branchlimit" id="branchlimit"> |
|
|
247 |
[% IF !Koha.Preference('IndependentBranches') || (Koha.Preference('IndependentBranches') && CAN_user_superlibrarian) %] |
247 |
<option value="">All</option> |
248 |
<option value="">All</option> |
|
|
249 |
[% END %] |
248 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %] |
250 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %] |
249 |
</select> |
251 |
</select> |
250 |
</li> |
252 |
</li> |
251 |
- |
|
|