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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +1 lines)
Lines 300-306 Link Here
300
300
301
                                    <!-- Actual Search Results -->
301
                                    <!-- Actual Search Results -->
302
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
302
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
303
                                        <tr>
303
                                        <tr class="bibliorow" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]">
304
                                            [% # Cell 1: Checkbox %]
304
                                            [% # Cell 1: Checkbox %]
305
                                            [% IF ( SEARCH_RESULT.title ) %]
305
                                            [% IF ( SEARCH_RESULT.title ) %]
306
                                                [% check_title = SEARCH_RESULT.title %]
306
                                                [% check_title = SEARCH_RESULT.title %]
307
- 

Return to bug 27632