|
Lines 86-92
Link Here
|
| 86 |
Please see a member of the library staff. |
86 |
Please see a member of the library staff. |
| 87 |
</p> |
87 |
</p> |
| 88 |
|
88 |
|
| 89 |
[% IF ( returnitem && Koha.Preference('AllowSelfCheckReturns') ) %] |
89 |
[% IF ( returnitem && Koha.Preference('SCOAllowCheckin') ) %] |
| 90 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post"> |
90 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post"> |
| 91 |
<input type="hidden" name="op" value="returnbook" /> |
91 |
<input type="hidden" name="op" value="returnbook" /> |
| 92 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
92 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
|
Lines 113-119
Link Here
|
| 113 |
<p>This item is already checked out to you.</p> |
113 |
<p>This item is already checked out to you.</p> |
| 114 |
[% END %] |
114 |
[% END %] |
| 115 |
|
115 |
|
| 116 |
[% IF ( renew && Koha.Preference('AllowSelfCheckReturns') ) %] |
116 |
[% IF ( renew && Koha.Preference('SCOAllowCheckin') ) %] |
| 117 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
117 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
| 118 |
<input type="hidden" name="op" value="returnbook" /> |
118 |
<input type="hidden" name="op" value="returnbook" /> |
| 119 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
119 |
<input type="hidden" name="patronid" value="[% patronid | html %]" /> |
|
Lines 226-232
Link Here
|
| 226 |
<div id="newcheckout" class="sco_entry"> |
226 |
<div id="newcheckout" class="sco_entry"> |
| 227 |
<form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sco/sco-main.pl" onsubmit="return checkout_confirm('[% patronid | html %]');"> |
227 |
<form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sco/sco-main.pl" onsubmit="return checkout_confirm('[% patronid | html %]');"> |
| 228 |
<fieldset> |
228 |
<fieldset> |
| 229 |
<legend>Check out[% IF ( Koha.Preference('AllowSelfCheckReturns') ) %], return[% END %] or renew an item: </legend> |
229 |
<legend>Check out[% IF ( Koha.Preference('SCOAllowCheckin') ) %], return[% END %] or renew an item: </legend> |
| 230 |
<div class="input-append"> |
230 |
<div class="input-append"> |
| 231 |
<label for="barcode">Scan a new item or enter its barcode:</label> |
231 |
<label for="barcode">Scan a new item or enter its barcode:</label> |
| 232 |
<input id="barcode" name="barcode" size="20" type="text" class="focus" autocomplete="off" /> |
232 |
<input id="barcode" name="barcode" size="20" type="text" class="focus" autocomplete="off" /> |
|
Lines 331-337
Link Here
|
| 331 |
[% ELSE %] |
331 |
[% ELSE %] |
| 332 |
<span>No renewals allowed</span> |
332 |
<span>No renewals allowed</span> |
| 333 |
[% END %] |
333 |
[% END %] |
| 334 |
[% IF Koha.Preference('AllowSelfCheckReturns') %] |
334 |
[% IF Koha.Preference('SCOAllowCheckin') %] |
| 335 |
<input type="submit" value="Check in item" name="confirm" class="btn return" /> |
335 |
<input type="submit" value="Check in item" name="confirm" class="btn return" /> |
| 336 |
<input type="hidden" name="op" value="returnbook" /> |
336 |
<input type="hidden" name="op" value="returnbook" /> |
| 337 |
<input type="hidden" name="confirmed" value="" /> |
337 |
<input type="hidden" name="confirmed" value="" /> |