|
Lines 15-21
Link Here
|
| 15 |
[% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %] |
15 |
[% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %] |
| 16 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li> |
16 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li> |
| 17 |
[% END %] |
17 |
[% END %] |
| 18 |
[% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %] |
18 |
[% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian ) %] |
| 19 |
[% IF Koha.Preference('UseCirculationDesks') %] |
19 |
[% IF Koha.Preference('UseCirculationDesks') %] |
| 20 |
<li><a href="/cgi-bin/koha/circ/set-library.pl">Set library and desk</a></li> |
20 |
<li><a href="/cgi-bin/koha/circ/set-library.pl">Set library and desk</a></li> |
| 21 |
[% ELSE %] |
21 |
[% ELSE %] |