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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-3 / +2 lines)
Lines 329-337 Link Here
329
            build_items_table(tab_id, true, { destroy: true }, build_items_table_drawncallback );
329
            build_items_table(tab_id, true, { destroy: true }, build_items_table_drawncallback );
330
330
331
            if ( was_grouped ) {
331
            if ( was_grouped ) {
332
                $(this).html('<i class="fa fa-object-group"></i> Group by status</button>');
332
                $(this).html('<i class="fa fa-object-group"></i> ' + _("Group by status") + '</button>');
333
            } else {
333
            } else {
334
                $(this).html('<i class="fa fa-object-ungroup"></i> Ungroup by status</button>');
334
                $(this).html('<i class="fa fa-object-ungroup"></i> '+ _("Ungroup by status") + '</button>');
335
            }
335
            }
336
        });
336
        });
337
337
338
- 

Return to bug 38122