Lines 135-141
Link Here
|
135 |
<p>This item is already checked out to you: <b>[% c.confirm | html %]</b> <i>([% c.barcode | html %])</i></p> |
135 |
<p>This item is already checked out to you: <b>[% c.confirm | html %]</b> <i>([% c.barcode | html %])</i></p> |
136 |
[% END %] |
136 |
[% END %] |
137 |
|
137 |
|
138 |
[% IF ( renew && Koha.Preference('SCOAllowCheckin') ) %] |
138 |
[% IF ( c.renew && Koha.Preference('SCOAllowCheckin') ) %] |
139 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
139 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> |
140 |
[% INCLUDE 'csrf-token.inc' %] |
140 |
[% INCLUDE 'csrf-token.inc' %] |
141 |
<legend class="sr-only">Return</legend> |
141 |
<legend class="sr-only">Return</legend> |
142 |
- |
|
|