@@ -, +, @@ to shelves.tt -Apply patch -Go to More -> Lists -Create some Public and Private Lists -See the contents of the list and notice about the new icons in "Select/Clear all" --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -116,8 +116,8 @@ $(document).ready(function(){ [% IF op == 'view' %] $(document).ready(function(){ [% IF ( itemsloop ) %]$('#searchheader').fixFloat();[% END %] - $("span.clearall").html(""+_("Clear all")+"<\/a>"); - $("span.checkall").html(""+_("Select all")+"<\/a>"); + $("span.clearall").html(""+_(" Clear all")+"<\/a>"); + $("span.checkall").html(""+_(" Select all")+"<\/a>"); $("#CheckAll").click(function(){ $(".checkboxed").checkCheckboxes(); return false; --