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=6041e25b30ae901aab015ce214f6849cf1f79fa8;hpb=413a1e1e61b343db47b9b6fdecf3d981d87013ef;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 6041e25b30..0b6c89ab5e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -1,49 +1,71 @@ [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Your Cart +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog › Your cart [% IF ( print_basket ) %] - + [% ELSE %][% INCLUDE 'doc-head-close.inc' %] + - - +[% INCLUDE 'datatables-strings.inc' %] + [% END %] @@ -77,46 +144,30 @@ function placeHold () {
[% UNLESS ( print_basket ) %] -

Your Cart

- -
- +

Your cart

+ +
+ [% IF ( verbose ) %] Brief display[% ELSE %] More details[% END %] + Send +
+ Download + +
+ Print + Empty and close + Hide window
[% END %] [% IF ( verbose ) %] - [% UNLESS ( print_basket ) %]

Select All Clear All | Selected items : + [% UNLESS ( print_basket ) %]

Select all Clear all | Selected items : Remove @@ -125,7 +176,7 @@ function placeHold () { [% END %] [% IF ( CAN_user_reserveforothers ) %] - | Place Hold + | Place hold [% END %]

[% END %] @@ -253,7 +304,7 @@ function placeHold () { [% IF ( BIBLIO_RESULT.MARCurlS ) %] - url(s) + URL(s) [% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %]

[% IF ( MARCurl.part ) %][% MARCurl.part %] @@ -283,8 +334,8 @@ function placeHold () { [% UNLESS ( print_basket ) %]

- Select All - Clear All + Select all + Clear all | Selected items : Remove @@ -293,26 +344,22 @@ function placeHold () { [% END %] [% IF ( CAN_user_reserveforothers ) %] - | Place Hold + | Place hold [% END %] - [% END %] +

[% UNLESS ( print_basket ) %][% END %] - - + + [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] - [% IF ( BIBLIO_RESULT.even ) %] - - [% ELSE %] - [% END %] [% UNLESS ( print_basket ) %] - + [% END %]
 TitleItem TypeLocationItem typeItems
@@ -334,14 +381,15 @@ 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 ( 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 %] +