|
Lines 569-575
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 569 |
[% IF ( DisplayClearScreenButton ) %] |
569 |
[% IF ( DisplayClearScreenButton ) %] |
| 570 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
570 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
| 571 |
[% END %] |
571 |
[% END %] |
| 572 |
|
|
|
| 573 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
572 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
| 574 |
|
573 |
|
| 575 |
<div class="hint">Enter item barcode:</div> |
574 |
<div class="hint">Enter item barcode:</div> |
|
Lines 620-625
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 620 |
[% ELSE %]Attention:[% END %]</h3> |
619 |
[% ELSE %]Attention:[% END %]</h3> |
| 621 |
<ul> |
620 |
<ul> |
| 622 |
|
621 |
|
|
|
622 |
[% IF ( borrower_modifications ) %] |
| 623 |
<li><span class="circ-hlt">Pending modifications:</span> Patron has pending modifications. |
| 624 |
[% IF ( CAN_user_borrowers ) %] |
| 625 |
<a href="/cgi-bin/koha/members/members-update.pl">View all pending patron modifications</a> |
| 626 |
[% END %] |
| 627 |
</li> |
| 628 |
[% END %] |
| 629 |
|
| 623 |
[% IF ( warndeparture ) %] |
630 |
[% IF ( warndeparture ) %] |
| 624 |
<li><span class="circ-hlt">Expiration:</span> Patron's card will expire soon. |
631 |
<li><span class="circ-hlt">Expiration:</span> Patron's card will expire soon. |
| 625 |
Patron's card expires on [% expiry %] <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% borrowernumber %]&cardnumber=[% cardnumber %]&destination=circ&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% borrowernumber %]&categorycode=[% categorycode %]">Edit Details</a> |
632 |
Patron's card expires on [% expiry %] <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% borrowernumber %]&cardnumber=[% cardnumber %]&destination=circ&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% borrowernumber %]&categorycode=[% categorycode %]">Edit Details</a> |
| 626 |
- |
|
|