Lines 215-226
Link Here
|
215 |
<tr> |
215 |
<tr> |
216 |
[% # Cell 1: Checkbox %] |
216 |
[% # Cell 1: Checkbox %] |
217 |
<td class="select selectcol"> |
217 |
<td class="select selectcol"> |
218 |
[% IF |
218 |
[% IF ( Koha.Preference('opacbookbag') == 1 ) || ( Koha.Preference('virtualshelves') == 1 ) || ( Koha.Preference('OpacBrowseResults') == 1 ) || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) %] |
219 |
( Koha.Preference('opacbookbag') == 1 ) |
|
|
220 |
|| ( Koha.Preference('virtualshelves') == 1 ) |
221 |
|| ( Koha.Preference('OpacBrowseResults') == 1 ) |
222 |
|| ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) |
223 |
%] |
224 |
<input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> |
219 |
<input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> |
225 |
[% END %] |
220 |
[% END %] |
226 |
</td> |
221 |
</td> |
227 |
- |
|
|