Lines 630-636
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
630 |
[% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %] |
630 |
[% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %] |
631 |
<th id="item_datedue">Date due</th> |
631 |
<th id="item_datedue">Date due</th> |
632 |
</tr></thead> |
632 |
</tr></thead> |
633 |
<tbody>[% FOREACH ITEM_RESULT IN ITEM_RESULTS %] |
633 |
<tbody>[% FOREACH ITEM_RESULT IN ITEM_RESULTS %] |
634 |
<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 %] |
634 |
<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 %] |
635 |
<td> |
635 |
<td> |
636 |
[% UNLESS ( singleBranchMode ) %] |
636 |
[% UNLESS ( singleBranchMode ) %] |
Lines 652-658
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
652 |
[% IF ( itemdata_copynumber ) %]<td>[% ITEM_RESULT.copynumber %]</td>[% END %] |
652 |
[% IF ( itemdata_copynumber ) %]<td>[% ITEM_RESULT.copynumber %]</td>[% END %] |
653 |
<td>[% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td> |
653 |
<td>[% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td> |
654 |
[% IF ( itemdata_itemnotes ) %]<td>[% ITEM_RESULT.itemnotes %]</td>[% END %] |
654 |
[% IF ( itemdata_itemnotes ) %]<td>[% ITEM_RESULT.itemnotes %]</td>[% END %] |
655 |
<td>[% ITEM_RESULT.datedue | $KohaDates %]</td> |
655 |
<td>[% IF ( ITEM_RESULT.datedue ) %][% ITEM_RESULT.datedue | $KohaDates %][% END %]</td> |
656 |
</tr> |
656 |
</tr> |
657 |
[% END %]</tbody> |
657 |
[% END %]</tbody> |
658 |
</table> |
658 |
</table> |
659 |
- |
|
|