Lines 133-139
$(document).ready(function() {
Link Here
|
133 |
|
133 |
|
134 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › |
134 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › |
135 |
[% IF borrowernumber and borrower %] |
135 |
[% IF borrowernumber and borrower %] |
136 |
<a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> › [% INCLUDE 'patron-title.inc' %] |
136 |
<a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> › [% INCLUDE 'patron-title.inc' use_html = 1 %] |
137 |
[% ELSE %] |
137 |
[% ELSE %] |
138 |
<strong>Checkouts</strong> |
138 |
<strong>Checkouts</strong> |
139 |
[% END %] |
139 |
[% END %] |
Lines 414-420
$(document).ready(function() {
Link Here
|
414 |
|
414 |
|
415 |
[% IF ( RESERVED || ISSUED_TO_ANOTHER ) && (CAN_user_reserveforothers_place_holds ) %] |
415 |
[% IF ( RESERVED || ISSUED_TO_ANOTHER ) && (CAN_user_reserveforothers_place_holds ) %] |
416 |
[% UNLESS noissues %] |
416 |
[% UNLESS noissues %] |
417 |
<button type="submit" onclick="window.location.href='/cgi-bin/koha/reserve/request.pl?biblionumber=[% itembiblionumber %]&borrowernumber=[% borrowernumber %]'"><i class="fa fa-sticky-note-o"></i> Cancel checkout and place a hold for [% INCLUDE 'patron-title.inc' %]</button> |
417 |
<button type="submit" onclick="window.location.href='/cgi-bin/koha/reserve/request.pl?biblionumber=[% itembiblionumber %]&borrowernumber=[% borrowernumber %]'"><i class="fa fa-sticky-note-o"></i> Cancel checkout and place a hold for [% INCLUDE 'patron-title.inc' use_html = 1 %]</button> |
418 |
[% END %] |
418 |
[% END %] |
419 |
[% END %] |
419 |
[% END %] |
420 |
</div></div> |
420 |
</div></div> |
Lines 635-641
No patron matched <span class="ex">[% message | html %]</span>
Link Here
|
635 |
|
635 |
|
636 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
636 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
637 |
|
637 |
|
638 |
<label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
638 |
<label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' use_html = 1 %]</label> |
639 |
|
639 |
|
640 |
[% IF Koha.Preference('itemBarcodeFallbackSearch') %] |
640 |
[% IF Koha.Preference('itemBarcodeFallbackSearch') %] |
641 |
<div class="hint">Enter item barcode or keyword:</div> |
641 |
<div class="hint">Enter item barcode or keyword:</div> |
Lines 754-760
No patron matched <span class="ex">[% message | html %]</span>
Link Here
|
754 |
[% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %] |
754 |
[% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %] |
755 |
<div id="circmessages" class="circmessage attention"> |
755 |
<div id="circmessages" class="circmessage attention"> |
756 |
[% ELSE %] |
756 |
[% ELSE %] |
757 |
<h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4> |
757 |
<h4>Checking out to [% INCLUDE 'patron-title.inc' use_html = 1 %]</h4> |
758 |
<div id="circmessages" class="circmessage warning"> |
758 |
<div id="circmessages" class="circmessage warning"> |
759 |
[% END %] |
759 |
[% END %] |
760 |
<h3> |
760 |
<h3> |