X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fbasket%2Fbasket.tt;h=0b6c89ab5ebd501be5e5af8734c05b5c2c3086a0;hb=5a781c2ff96cfa16004f56b8b41721cc5d98a9de;hp=99891944cc416c6914c33d644f51e20d527b5966;hpb=51b671224f08f40518e40461328d07ebd5df0968;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 99891944cc..0b6c89ab5e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -3,15 +3,41 @@ [% IF ( print_basket ) %] - + [% ELSE %][% INCLUDE 'doc-head-close.inc' %] + - - +[% INCLUDE 'datatables-strings.inc' %] + [% END %] @@ -98,37 +146,23 @@ function yuiToolbar() { [% UNLESS ( print_basket ) %]

Your cart

-
- +
+ [% IF ( verbose ) %] Brief display[% ELSE %] More details[% END %] + Send +
+ Download + +
+ Print + Empty and close + Hide window
[% END %] @@ -313,23 +347,19 @@ function yuiToolbar() { | Place hold [% END %] - [% END %] +

[% UNLESS ( print_basket ) %][% END %] - + [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] - [% IF ( BIBLIO_RESULT.even ) %] - - [% ELSE %] - [% END %] [% UNLESS ( print_basket ) %] - + [% END %]
 Title Item typeLocationItems
@@ -351,14 +381,15 @@ function yuiToolbar() { [% BIBLIO_RESULT.description %][% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %][% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] -

- [% ITEM_RESULT.branchname %] [% ITEM_RESULT.location_description %] - [% IF ( ITEM_RESULT.itemcallnumber ) %] - ([% ITEM_RESULT.itemcallnumber %]) - [% END %] -

- [% END %][% ELSE %]This record has no items.[% END %]
+ [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %] + [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] +
[% ITEM_RESULT.itemcallnumber %] [% ITEM_RESULT.branchname %] [% ITEM_RESULT.location_description %]
+ [% END %] + [% ELSE %] + This record has no items. + [% END %] +