Lines 440-445
Link Here
|
440 |
|
440 |
|
441 |
<!-- TABLE RESULTS START --> |
441 |
<!-- TABLE RESULTS START --> |
442 |
<table> |
442 |
<table> |
|
|
443 |
<thead> |
443 |
<tr> |
444 |
<tr> |
444 |
[% IF ( AmazonCoverImages || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
445 |
[% IF ( AmazonCoverImages || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
445 |
<th> </th> |
446 |
<th> </th> |
Lines 447-454
Link Here
|
447 |
<th colspan="2">Results</th> |
448 |
<th colspan="2">Results</th> |
448 |
<th>Location</th> |
449 |
<th>Location</th> |
449 |
</tr> |
450 |
</tr> |
|
|
451 |
</thead> |
450 |
<!-- Actual Search Results --> |
452 |
<!-- Actual Search Results --> |
451 |
[% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %] |
453 |
[% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %] |
|
|
454 |
<tbody> |
452 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
455 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
453 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
456 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
454 |
[% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
457 |
[% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
Lines 681-686
Link Here
|
681 |
</td> |
684 |
</td> |
682 |
</tr> |
685 |
</tr> |
683 |
[% END # /FOREACH SEARCH_RESULT %] |
686 |
[% END # /FOREACH SEARCH_RESULT %] |
|
|
687 |
</tbody> |
684 |
</table> |
688 |
</table> |
685 |
</form> |
689 |
</form> |
686 |
</div> <!-- /#bookbag_form --> |
690 |
</div> <!-- /#bookbag_form --> |
687 |
- |
|
|