View | Details | Raw Unified | Return to bug 9724
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +2 lines)
Lines 229-237 Link Here
229
                                                </td>
229
                                                </td>
230
                                                <td>[% ISSUE.itemcallnumber %]</td>
230
                                                <td>[% ISSUE.itemcallnumber %]</td>
231
                                                [% IF ( ISSUE.overdue ) %]
231
                                                [% IF ( ISSUE.overdue ) %]
232
                                                    <td class="overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td>
232
                                                    <td class="overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 %]</span></td>
233
                                                [% ELSE   %]
233
                                                [% ELSE   %]
234
                                                    <td><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td>
234
                                                    <td><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 %]</span></td>
235
                                                [% END %]
235
                                                [% END %]
236
                                                <td>
236
                                                <td>
237
                                                    <form action="/cgi-bin/koha/sco/sco-main.pl" method="post">
237
                                                    <form action="/cgi-bin/koha/sco/sco-main.pl" method="post">
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt (-2 / +1 lines)
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
- 

Return to bug 9724