Lines 1-9
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Circulation |
2 |
<title>Koha › Circulation [% IF ( borrowernumber ) %] › Checking out to [% INCLUDE 'patron-title.inc' %] [% END %]</title> |
3 |
[% IF ( borrowernumber ) %] |
|
|
4 |
› Checking out to [% surname %], [% firstname %] |
5 |
([% cardnumber %]) |
6 |
[% END %]</title> |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% IF ( UseTablesortForCirc ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>[% END %] |
4 |
[% IF ( UseTablesortForCirc ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>[% END %] |
9 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
Lines 166-174
function refocus(calendar) {
Link Here
|
166 |
[% INCLUDE 'header.inc' %] |
162 |
[% INCLUDE 'header.inc' %] |
167 |
[% INCLUDE 'circ-search.inc' %] |
163 |
[% INCLUDE 'circ-search.inc' %] |
168 |
|
164 |
|
169 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> ›[% IF ( borrowernumber ) %] <a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> › [% firstname %] [% surname %][% ELSE %] <strong>Checkouts</strong>[% END %]</div> |
165 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › |
170 |
|
166 |
[% IF ( borrowernumber ) %] |
171 |
|
167 |
<a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> › [% INCLUDE 'patron-title.inc' %] |
|
|
168 |
[% ELSE %] |
169 |
<strong>Checkouts</strong> |
170 |
[% END %] |
171 |
</div> |
172 |
[% IF ( CGIselectborrower ) %] |
172 |
[% IF ( CGIselectborrower ) %] |
173 |
<div id="doc" class="yui-t7"> |
173 |
<div id="doc" class="yui-t7"> |
174 |
|
174 |
|
Lines 456-462
No patron matched <span class="ex">[% message %]</span>
Link Here
|
456 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
456 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
457 |
[% END %] |
457 |
[% END %] |
458 |
|
458 |
|
459 |
<label for="barcode">Checking out to [% firstname %] [% surname %] ([% cardnumber %]) </label> |
459 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
|
|
460 |
|
460 |
<div class="hint">Enter item barcode:</div> |
461 |
<div class="hint">Enter item barcode:</div> |
461 |
|
462 |
|
462 |
[% IF ( NEEDSCONFIRMATION ) %] |
463 |
[% IF ( NEEDSCONFIRMATION ) %] |
Lines 523-529
No patron matched <span class="ex">[% message %]</span>
Link Here
|
523 |
|
524 |
|
524 |
[% IF ( flagged ) %] |
525 |
[% IF ( flagged ) %] |
525 |
[% IF ( noissues ) %] |
526 |
[% IF ( noissues ) %] |
526 |
<h4>Checking out to [% firstname %] [% surname %] ([% cardnumber %])</h4> |
527 |
<h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4> |
527 |
<div id="circmessages" class="circmessage warning"> |
528 |
<div id="circmessages" class="circmessage warning"> |
528 |
[% ELSE %] |
529 |
[% ELSE %] |
529 |
<div id="circmessages" class="circmessage attention"> |
530 |
<div id="circmessages" class="circmessage attention"> |