@@ -, +, @@ --- .../bootstrap/en/modules/opac-shelves.tt | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -265,62 +265,62 @@ [% IF sortfield == 'author' && direction == 'asc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == 'author' && direction == 'desc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == 'title' && direction == 'asc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == 'title' && direction == 'desc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == 'itemcallnumber' && direction == 'asc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == 'itemcallnumber' && direction == 'desc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == 'copyrightdate' && direction == 'asc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == 'copyrightdate' && direction == 'desc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == "dateadded" && direction == 'asc' %] - + [% ELSE %] - + [% END %] [% IF sortfield == "dateadded" && direction == 'desc' %] - + [% ELSE %] - + [% END %] @@ -1083,7 +1083,7 @@ function sortMenu( sorting_form ){ menu += "" + $(this).attr("label") + ""; $(this).children().each(function(){ if( $(this)[0].tagName.toUpperCase() == "OPTION" ){ - menu += "" + $(this).text() + ""; + menu += "" + $(this).text() + ""; } }); } --