@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 79 +++++++++++++++----- 1 file changed, 61 insertions(+), 18 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -4,14 +4,39 @@ - [% ELSE %][% INCLUDE 'doc-head-close.inc' %] + - - +[% INCLUDE 'datatables-strings.inc' %] + @@ -287,15 +321,11 @@ function placeHold () { [% UNLESS ( print_basket ) %] [% END %] Title Item type - Location + Items [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] - [% IF ( BIBLIO_RESULT.even ) %] - - [% ELSE %] - [% END %] [% UNLESS ( print_basket ) %] @@ -317,14 +347,27 @@ function placeHold () { [% BIBLIO_RESULT.description %] - [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %][% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] -

- [% ITEM_RESULT.branchname %] [% ITEM_RESULT.location_description %] + [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %] + + + + + + + [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] + + + + + + [% END %] + +
LocationCall number
[% ITEM_RESULT.branchname %] [% ITEM_RESULT.location_description %] [% IF ( ITEM_RESULT.itemcallnumber ) %] ([% ITEM_RESULT.itemcallnumber %]) [% END %] -

- [% END %][% ELSE %]This record has no items.[% END %]
+ [% ELSE %]This record has no items.[% END %] + [% END %] --