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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 269-275 Sorry, this self-checkout station has lost authentication. Please contact the a Link Here
269
	[% FOREACH ISSUE IN ISSUES %]
269
	[% FOREACH ISSUE IN ISSUES %]
270
	[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
270
	[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
271
    <!-- FIXME: yet another jacket image breakpoint -->
271
    <!-- FIXME: yet another jacket image breakpoint -->
272
	<td>[% UNLESS ( ISSUE.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">
272
	<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">
273
	[% ISSUE.author %]</span> ([% ISSUE.barcode %])</td>
273
	[% ISSUE.author %]</span> ([% ISSUE.barcode %])</td>
274
	<td>[% ISSUE.itemcallnumber %]</td>
274
	<td>[% ISSUE.itemcallnumber %]</td>
275
	[% IF ( ISSUE.overdue ) %]<td class="overdue">[% ISSUE.date_due | $KohaDates %]</td>[% ELSE %]<td>[% ISSUE.date_due | $KohaDates %]</td>[% END %]
275
	[% IF ( ISSUE.overdue ) %]<td class="overdue">[% ISSUE.date_due | $KohaDates %]</td>[% ELSE %]<td>[% ISSUE.date_due | $KohaDates %]</td>[% END %]
276
- 

Return to bug 9748