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 39a2a07dc4..278a191e5c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -82,14 +82,15 @@ function batchDelete(){ return false; }); $(".holdsep").text("| "); - $(".hold").text(_("Place Hold")); + $(".hold").text(_("Place hold")); $("#downloadcartc").empty(); $("#itemst").dataTable($.extend(true, {}, dataTablesDefaults, { "sDom": 't', "aoColumnDefs": [ - { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, - { "aTargets": [ 3 ], "sType": 'callnumbers' }, + { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, + { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, + { "sType": "callnumbers", "aTargets" : [ "callnumbers"] } ], "aaSorting": [[ 1, "asc" ]], "bPaginate": false @@ -321,8 +322,8 @@ function batchDelete(){

- [% UNLESS ( print_basket ) %][% END %] - + [% UNLESS ( print_basket ) %][% END %] + @@ -350,7 +351,7 @@ function batchDelete(){ -
 Title Title Item type Items
[% BIBLIO_RESULT.description %] + [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %] [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
[% ITEM_RESULT.itemcallnumber %] [% ITEM_RESULT.branchname %] [% ITEM_RESULT.location_description %]