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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +1 lines)
Lines 736-742 th { Link Here
736
    padding: 10px 5px 5px 5px;
736
    padding: 10px 5px 5px 5px;
737
}
737
}
738
738
739
.cover-slides {
739
.cover-slider {
740
    background: #FFF url( "../images/spinner-small.gif" ) center center no-repeat;
740
    background: #FFF url( "../images/spinner-small.gif" ) center center no-repeat;
741
741
742
    .hint {
742
    .hint {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1830-1836 Link Here
1830
            [% END %]
1830
            [% END %]
1831
1831
1832
            [% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %]
1832
            [% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %]
1833
                KOHA.coce.getURL('[% Koha.Preference('CoceHost') | html %]', '[% Koha.Preference('CoceProviders') | html %]',[% covernewwindow | html %]);
1833
                KOHA.coce.getURL('[% Koha.Preference('CoceHost') | html %]', '[% Koha.Preference('CoceProviders') | html %]', $('#biblio-cover-slider') );
1834
            [% END %]
1834
            [% END %]
1835
1835
1836
            [% IF OpenLibraryCovers %]
1836
            [% IF OpenLibraryCovers %]
1837
- 

Return to bug 33848