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 304-312 Link Here
304
            build_items_table(tab_id, true, { destroy: true }, build_items_table_drawncallback );
304
            build_items_table(tab_id, true, { destroy: true }, build_items_table_drawncallback );
305
305
306
            if ( was_grouped ) {
306
            if ( was_grouped ) {
307
                $(this).html('<i class="fa fa-object-group"></i> Group by status</button>');
307
                $(this).html('<i class="fa fa-object-group"></i> ' + _("Group by status") + '</button>');
308
            } else {
308
            } else {
309
                $(this).html('<i class="fa fa-object-ungroup"></i> Ungroup by status</button>');
309
                $(this).html('<i class="fa fa-object-ungroup"></i> '+ _("Ungroup by status") + '</button>');
310
            }
310
            }
311
        });
311
        });
312
312
313
- 

Return to bug 38122