@@ -, +, @@ --- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 24 ++++++++++++++++--- 1 files changed, 20 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt @@ -23,10 +23,28 @@ ///),""); + }, + // set type, either numeric or text + type: 'text' +}); + $(document).ready(function() { $("#itemst").tablesorter({ - headers: { 0: { sorter: false },4:{sorter:false}} + headers: { 0: { sorter: false }, 1: {sorter: 'links'}, 4:{sorter:false}} }); $(".cb").click(function(){ enableCheckboxActions(); @@ -368,9 +386,7 @@ function enableCheckboxActions(){ [% END %] - - [% BIBLIO_RESULT.title |html %][% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield |html %][% END %][% END %] - + [% BIBLIO_RESULT.title |html %][% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield |html %][% END %][% END %] [% IF ( opacuserlogin ) %][% IF ( loggedinusername ) %][% IF ( TagsEnabled ) %][% END %][% END %][% END %] --