View | Details | Raw Unified | Return to bug 16803
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-3 / +2 lines)
Lines 116-123 $(document).ready(function(){ Link Here
116
[% IF op == 'view' %]
116
[% IF op == 'view' %]
117
$(document).ready(function(){
117
$(document).ready(function(){
118
    [% IF ( itemsloop ) %]$('#searchheader').fixFloat();[% END %]
118
    [% IF ( itemsloop ) %]$('#searchheader').fixFloat();[% END %]
119
    $("span.clearall").html("<a id=\"CheckNone\" href=\"/cgi-bin/koha/shelves.pl\">"+_("Clear all")+"<\/a>");
119
    $("span.clearall").html("<a id=\"CheckNone\" href=\"/cgi-bin/koha/shelves.pl\"><i class=\"fa fa-remove\"></i>"+_(" Clear all")+"<\/a>");
120
    $("span.checkall").html("<a id=\"CheckAll\" href=\"/cgi-bin/koha/shelves.pl\">"+_("Select all")+"<\/a>");
120
    $("span.checkall").html("<a id=\"CheckAll\" href=\"/cgi-bin/koha/shelves.pl\"><i class=\"fa fa-check\"></i>"+_(" Select all")+"<\/a>");
121
    $("#CheckAll").click(function(){
121
    $("#CheckAll").click(function(){
122
        $(".checkboxed").checkCheckboxes();
122
        $(".checkboxed").checkCheckboxes();
123
        return false;
123
        return false;
124
- 

Return to bug 16803