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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt (-2 / +6 lines)
Lines 186-192 Link Here
186
                        "searchable": false,
186
                        "searchable": false,
187
                        "orderable": false
187
                        "orderable": false
188
                    },
188
                    },
189
                ]
189
                ],
190
                createdRow: function (row, data, dataIndex) {
191
                    if ( data.status ) {
192
                        $(row).addClass(data.status.toLowerCase());
193
                    }
194
                },
190
            }, table_settings, 1, additional_filters);
195
            }, table_settings, 1, additional_filters);
191
196
192
            $('#hideResolved').on("click", function() {
197
            $('#hideResolved').on("click", function() {
193
- 

Return to bug 35628