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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +1 lines)
Lines 370-376 Link Here
370
            $(aLengthMenu).each(function(){
370
            $(aLengthMenu).each(function(){
371
                if ( this == -1 ) {
371
                if ( this == -1 ) {
372
                    // Label for -1 is "All"
372
                    // Label for -1 is "All"
373
                    aLengthMenuLabel.push("All");
373
                    aLengthMenuLabel.push(_("All"));
374
                } else {
374
                } else {
375
                    aLengthMenuLabel.push(this);
375
                    aLengthMenuLabel.push(this);
376
                }
376
                }
377
- 

Return to bug 20296