Lines 335-341
Link Here
|
335 |
<th class="all anti-the">Title</th> |
335 |
<th class="all anti-the">Title</th> |
336 |
<th>Author</th> |
336 |
<th>Author</th> |
337 |
<th class="psort">Due</th> |
337 |
<th class="psort">Due</th> |
338 |
[% UNLESS ( item_level_itypes ) %] |
338 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
339 |
<th>Item type</th> |
339 |
<th>Item type</th> |
340 |
[% END %] |
340 |
[% END %] |
341 |
[% IF ( show_barcode ) %] |
341 |
[% IF ( show_barcode ) %] |
Lines 426-436
Link Here
|
426 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
426 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
427 |
</td> |
427 |
</td> |
428 |
[% END %] |
428 |
[% END %] |
429 |
[% UNLESS ( item_level_itypes ) %] |
429 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
430 |
<td class="itype"> |
430 |
<td class="itype"> |
431 |
<span class="tdlabel">Item type:</span> |
431 |
<span class="tdlabel">Item type:</span> |
432 |
[% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %] |
432 |
[% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %] |
433 |
<img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" /> |
433 |
<img class="itemtype-image" src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" /> |
434 |
[% END %] <span class="itypetext">[% ISSUE.description | html %]</span> |
434 |
[% END %] <span class="itypetext">[% ISSUE.description | html %]</span> |
435 |
</td> |
435 |
</td> |
436 |
[% END %] |
436 |
[% END %] |
437 |
- |
|
|