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 320-328 Link Here
320
            build_items_table(tab_id, true, { destroy: true }, build_items_table_drawncallback );
320
            build_items_table(tab_id, true, { destroy: true }, build_items_table_drawncallback );
321
321
322
            if ( was_grouped ) {
322
            if ( was_grouped ) {
323
                $(this).html('<i class="fa fa-object-group"></i> Group by status</button>');
323
                $(this).html('<i class="fa fa-object-group"></i> ' + _("Group by status") + '</button>');
324
            } else {
324
            } else {
325
                $(this).html('<i class="fa fa-object-ungroup"></i> Ungroup by status</button>');
325
                $(this).html('<i class="fa fa-object-ungroup"></i> '+ _("Ungroup by status") + '</button>');
326
            }
326
            }
327
        });
327
        });
328
328
329
- 

Return to bug 38122