|
Lines 517-523
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 517 |
|
517 |
|
| 518 |
|
518 |
|
| 519 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
519 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
| 520 |
<fieldset id="circ_circulation_issue"> |
520 |
[% IF ( issue ) %] |
|
|
521 |
<fieldset id="circ_circulation_issue" class="lastchecked"> |
| 522 |
[% ELSE %] |
| 523 |
<fieldset id="circ_circulation_issue"> |
| 524 |
[% END %] |
| 521 |
[% IF ( DisplayClearScreenButton ) %] |
525 |
[% IF ( DisplayClearScreenButton ) %] |
| 522 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
526 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
| 523 |
[% END %] |
527 |
[% END %] |
|
Lines 588-594
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 588 |
<input type="hidden" name="oldamount" value="[% amountold %]" /> |
592 |
<input type="hidden" name="oldamount" value="[% amountold %]" /> |
| 589 |
[% END %] |
593 |
[% END %] |
| 590 |
</fieldset> |
594 |
</fieldset> |
| 591 |
</form></div>[% END %]<!-- /unless noissues --> |
595 |
[% IF ( issue ) %] |
|
|
596 |
<div class="lastchecked"> |
| 597 |
<p><strong>Checked out: </strong>[% issue.item.biblio.title %] ([% issue.item.barcode %]). Due on [% issue.date_due | $KohaDates %]</p> |
| 598 |
</div> |
| 599 |
[% END %] |
| 600 |
</form></div> |
| 601 |
|
| 602 |
[% END %]<!-- /unless noissues --> |
| 592 |
|
603 |
|
| 593 |
[% IF ( noissues ) %] |
604 |
[% IF ( noissues ) %] |
| 594 |
[% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %] |
605 |
[% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %] |
|
Lines 752-761
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 752 |
|
763 |
|
| 753 |
</div> |
764 |
</div> |
| 754 |
</div> |
765 |
</div> |
| 755 |
[% IF ( issue ) %] |
|
|
| 756 |
<div class="dialog message">[% issue.item.biblio.title %] ([% issue.item.barcode %]) due on [% issue.date_due | $KohaDates %]</div> |
| 757 |
[% END %] |
| 758 |
|
| 759 |
|
766 |
|
| 760 |
<div class="yui-g"><div id="patronlists" class="toptabs"> |
767 |
<div class="yui-g"><div id="patronlists" class="toptabs"> |
| 761 |
|
768 |
|
| 762 |
- |
|
|