Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% IF ( borrowernumber ) %] |
2 |
[% IF ( borrowernumber ) %] |
2 |
<div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5> |
3 |
<div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5> |
3 |
<!--[if IE 6]> |
4 |
<!--[if IE 6]> |
Link Here
|
63 |
<div id="menu"> |
64 |
<div id="menu"> |
64 |
<ul> |
65 |
<ul> |
65 |
[% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]">Check out</a></li> |
66 |
[% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]">Check out</a></li> |
|
|
67 |
[% IF Koha.Preference('batch_checkouts').split('\|').grep(categorycode).size > 0 %] |
68 |
[% IF ( batch_checkout_view ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrower.borrowernumber %]&batch=1">Batch check out</a></li> |
69 |
[% END %] |
66 |
[% IF ( CAN_user_borrowers ) %] |
70 |
[% IF ( CAN_user_borrowers ) %] |
67 |
[% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Details</a></li> |
71 |
[% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Details</a></li> |
68 |
[% END %] |
72 |
[% END %] |
69 |
- |
|
|