Lines 276-282
Sorry, this self-checkout station has lost authentication. Please contact the a
Link Here
|
276 |
<td>[% UNLESS ( noitemlinks ) %]<a href="/cgi-bin/koha/opac-detail.pl?bib=[% ISSUE.biblionumber %]">[% ISSUE.title |html %]</a>[% ELSE %]<strong>[% ISSUE.title |html %]</strong>[% END %]<span class="item-details"> |
276 |
<td>[% UNLESS ( noitemlinks ) %]<a href="/cgi-bin/koha/opac-detail.pl?bib=[% ISSUE.biblionumber %]">[% ISSUE.title |html %]</a>[% ELSE %]<strong>[% ISSUE.title |html %]</strong>[% END %]<span class="item-details"> |
277 |
[% ISSUE.author %]</span> ([% ISSUE.barcode %])</td> |
277 |
[% ISSUE.author %]</span> ([% ISSUE.barcode %])</td> |
278 |
<td>[% ISSUE.itemcallnumber %]</td> |
278 |
<td>[% ISSUE.itemcallnumber %]</td> |
279 |
[% IF ( ISSUE.overdue ) %]<td class="overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td>[% ELSE %]<td><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td>[% END %] |
279 |
[% IF ( ISSUE.overdue ) %]<td class="overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 %]</span></td>[% ELSE %]<td><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 %]</span></td>[% END %] |
280 |
<td> |
280 |
<td> |
281 |
<form action="/cgi-bin/koha/sco/sco-main.pl" method="post"> |
281 |
<form action="/cgi-bin/koha/sco/sco-main.pl" method="post"> |
282 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
282 |
<input type="hidden" name="patronid" value="[% patronid %]" /> |
283 |
- |
|
|