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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +6 lines)
Lines 353-359 Link Here
353
                                        <tbody>
353
                                        <tbody>
354
                                            [% FOREACH itemsloo IN itemsloop %]
354
                                            [% FOREACH itemsloo IN itemsloop %]
355
                                                <tr>
355
                                                <tr>
356
                                                    <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="[% itemsloo.biblionumber | html %]" /></td>
356
                                                    [% IF ( itemsloo.title ) %]
357
                                                        [% check_title = itemsloo.title %]
358
                                                    [% ELSE %]
359
                                                        [% check_title = itemsloo.biblionumber %]
360
                                                    [% END %]
361
                                                    <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="[% itemsloo.biblionumber | html %]" aria-label="[% check_title | html %]"/></td>
357
                                                    [% UNLESS ( item_level_itypes ) %]
362
                                                    [% UNLESS ( item_level_itypes ) %]
358
                                                        <td>
363
                                                        <td>
359
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
364
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
360
- 

Return to bug 26655