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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-7 / +1 lines)
Lines 189-200 Link Here
189
                                        <tr>
189
                                        <tr>
190
                                            [% # Cell 1: Checkbox %]
190
                                            [% # Cell 1: Checkbox %]
191
                                            <td class="select selectcol">
191
                                            <td class="select selectcol">
192
                                                [% IF
192
                                                [% IF ( Koha.Preference('opacbookbag') == 1 ) || ( Koha.Preference('virtualshelves') == 1 ) || ( Koha.Preference('OpacBrowseResults') == 1 ) || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) %]
193
                                                     ( Koha.Preference('opacbookbag') == 1 )
194
                                                  || ( Koha.Preference('virtualshelves') == 1 )
195
                                                  || ( Koha.Preference('OpacBrowseResults') == 1 )
196
                                                  || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') )
197
                                                %]
198
                                                    <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber %]" /> <label for="bib[% SEARCH_RESULT.biblionumber %]"></label>
193
                                                    <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber %]" /> <label for="bib[% SEARCH_RESULT.biblionumber %]"></label>
199
                                                [% END %]
194
                                                [% END %]
200
                                            </td>
195
                                            </td>
201
- 

Return to bug 10858