Lines 1-4
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
|
|
2 |
[% USE Branches %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Koha › Circulation</title> |
4 |
<title>Koha › Circulation</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 21-27
Link Here
|
21 |
<li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li> |
22 |
<li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li> |
22 |
<li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li> |
23 |
<li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li> |
23 |
<li><a href="/cgi-bin/koha/circ/renew.pl">Renew</a></li> |
24 |
<li><a href="/cgi-bin/koha/circ/renew.pl">Renew</a></li> |
24 |
[% IF ( display_transfer ) %] |
25 |
[% IF Branches.InIndependentBranchesMode %] |
25 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li> |
26 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li> |
26 |
[% END %] |
27 |
[% END %] |
27 |
[% UNLESS IndependentBranches %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %] |
28 |
[% UNLESS IndependentBranches %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %] |
28 |
- |
|
|