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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-3 / +2 lines)
Lines 369-375 Link Here
369
                                                                [% END %]
369
                                                                [% END %]
370
                                                            [% END %]
370
                                                            [% END %]
371
371
372
                                                            [% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %]
372
                                                            [% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %]
373
                                                                [% coce_id = itemsloo.normalized_ean || itemsloo.normalized_isbn %]
373
                                                                [% coce_id = itemsloo.normalized_ean || itemsloo.normalized_isbn %]
374
                                                                [% IF ( coce_id ) %]
374
                                                                [% IF ( coce_id ) %]
375
                                                                    <span title="[% img_title | html %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span>
375
                                                                    <span title="[% img_title | html %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span>
Lines 947-953 $(function() { Link Here
947
    [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsbn();[% END %]
947
    [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsbn();[% END %]
948
    [% IF OPACLocalCoverImages %]KOHA.LocalCover.GetCoverFromBibnumber(false);[% END %]
948
    [% IF OPACLocalCoverImages %]KOHA.LocalCover.GetCoverFromBibnumber(false);[% END %]
949
    [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
949
    [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
950
    [% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %]
950
    [% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %]
951
        KOHA.coce.getURL('[% Koha.Preference('CoceHost') | html %]', '[% Koha.Preference('CoceProviders') | html %]');
951
        KOHA.coce.getURL('[% Koha.Preference('CoceHost') | html %]', '[% Koha.Preference('CoceProviders') | html %]');
952
    [% END %]
952
    [% END %]
953
953
954
- 

Return to bug 25869