Lines 159-165
function refocus(calendar) {
Link Here
|
159 |
}; |
159 |
}; |
160 |
//]]> |
160 |
//]]> |
161 |
</script> |
161 |
</script> |
162 |
|
|
|
163 |
[% INCLUDE 'calendar.inc' %] |
162 |
[% INCLUDE 'calendar.inc' %] |
164 |
</head> |
163 |
</head> |
165 |
<body> |
164 |
<body> |
Lines 458-464
No patron matched <span class="ex">[% message %]</span>
Link Here
|
458 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform"> |
457 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform"> |
459 |
<fieldset id="circ_circulation_issue"> |
458 |
<fieldset id="circ_circulation_issue"> |
460 |
[% IF ( DisplayClearScreenButton ) %] |
459 |
[% IF ( DisplayClearScreenButton ) %] |
461 |
<input type="button" value="Clear Screen" onclick="window.location = '/cgi-bin/koha/circ/circulation.pl'" /> |
460 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
462 |
[% END %] |
461 |
[% END %] |
463 |
|
462 |
|
464 |
<label for="barcode">Checking out to [% firstname %] [% surname %] ([% cardnumber %]) </label> |
463 |
<label for="barcode">Checking out to [% firstname %] [% surname %] ([% cardnumber %]) </label> |
465 |
- |
|
|