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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-3 / +2 lines)
Lines 719-725 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
719
            [% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %]
719
            [% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %]
720
            <th id="item_datedue">Date due</th>
720
            <th id="item_datedue">Date due</th>
721
        </tr></thead>
721
        </tr></thead>
722
	    <tbody>[% FOREACH ITEM_RESULT IN ITEM_RESULTS %]
722
        <tbody>[% FOREACH ITEM_RESULT IN ITEM_RESULTS %]
723
	    <tr>[% IF ( item_level_itypes ) %]<td>[% UNLESS ( noItemTypeImages ) %][% IF ( ITEM_RESULT.imageurl ) %]<img src="[% ITEM_RESULT.imageurl %]" title="[% ITEM_RESULT.description %]" alt="[% ITEM_RESULT.description %]" />[% END %][% END %] [% ITEM_RESULT.description %]</td>[% END %]
723
	    <tr>[% IF ( item_level_itypes ) %]<td>[% UNLESS ( noItemTypeImages ) %][% IF ( ITEM_RESULT.imageurl ) %]<img src="[% ITEM_RESULT.imageurl %]" title="[% ITEM_RESULT.description %]" alt="[% ITEM_RESULT.description %]" />[% END %][% END %] [% ITEM_RESULT.description %]</td>[% END %]
724
		<td>
724
		<td>
725
    [% UNLESS ( singleBranchMode ) %]
725
    [% UNLESS ( singleBranchMode ) %]
Lines 741-747 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
741
		[% IF ( itemdata_copynumber ) %]<td>[% ITEM_RESULT.copynumber %]</td>[% END %]
741
		[% IF ( itemdata_copynumber ) %]<td>[% ITEM_RESULT.copynumber %]</td>[% END %]
742
		<td>[% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td>
742
		<td>[% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td>
743
		[% IF ( itemdata_itemnotes ) %]<td>[% ITEM_RESULT.itemnotes %]</td>[% END %]
743
		[% IF ( itemdata_itemnotes ) %]<td>[% ITEM_RESULT.itemnotes %]</td>[% END %]
744
		<td>[% ITEM_RESULT.datedue | $KohaDates %]</td>
744
        <td>[% IF ( ITEM_RESULT.datedue ) %][% ITEM_RESULT.datedue | $KohaDates %][% END %]</td>
745
	    </tr>
745
	    </tr>
746
	    [% END %]</tbody>
746
	    [% END %]</tbody>
747
	</table>
747
	</table>
748
- 

Return to bug 7937