@@ -, +, @@ --- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 129 +++++++++++--------- 1 files changed, 73 insertions(+), 56 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -501,64 +501,78 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
[% IF ( serialcollection ) %] @@ -566,8 +580,8 @@ YAHOO.util.Event.onContentReady("furtherm", function () { - - + + @@ -587,19 +601,19 @@ YAHOO.util.Event.onContentReady("furtherm", function () { [% IF ( lotsofitems ) %]

This record has many physical items. Click here to view them all.

[% ELSE %] -
LibrarySerial collectionLibrarySerial collection
- - [% IF ( item_level_itypes ) %][% END %] - - [% IF ( itemdata_ccode ) %][% END %] - - [% IF ( itemdata_enumchron ) %][% END %] - [% IF ( itemdata_uri ) %][% END %] - [% IF ( itemdata_copynumber ) %][% END %] - - [% IF ( itemdata_itemnotes ) %][% END %] - - +
Item typeLocationCollectionCall NumberVol InfourlCopyStatusNotesDate Due
+ + [% IF ( item_level_itypes ) %][% END %] + + [% IF ( itemdata_ccode ) %][% END %] + + [% IF ( itemdata_enumchron ) %][% END %] + [% IF ( itemdata_uri ) %][% END %] + [% IF ( itemdata_copynumber ) %][% END %] + + [% IF ( itemdata_itemnotes ) %][% END %] + + [% FOREACH ITEM_RESULT IN ITEM_RESULTS %] [% IF ( item_level_itypes ) %][% END %]
Item typeLocationCollectionCall NumberVol InfourlCopyStatusNotesDate Due
[% UNLESS ( noItemTypeImages ) %][% IF ( ITEM_RESULT.imageurl ) %][% ITEM_RESULT.description %][% END %][% END %] [% ITEM_RESULT.description %] @@ -719,14 +733,17 @@ YAHOO.util.Event.onContentReady("furtherm", function () { [% END %] [% IF ( MARCNOTES ) %] +
[% FOREACH MARCNOTE IN MARCNOTES %]

[% MARCNOTE.marcnote FILTER html_line_break %]

[% END %] - [% ELSE %] +
+[% ELSE %] [% IF ( notes ) %]

[% notes %]

[% END %] [% END %] + --