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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-3 lines)
Lines 1447-1454 Link Here
1447
                                lightbox_descriptions.push(coce_description);
1447
                                lightbox_descriptions.push(coce_description);
1448
                            } else if ( div.attr("id") == "bakertaylor-coverimg" ){
1448
                            } else if ( div.attr("id") == "bakertaylor-coverimg" ){
1449
                                lightbox_descriptions.push(_("Image from Baker & Taylor"));
1449
                                lightbox_descriptions.push(_("Image from Baker & Taylor"));
1450
                            } else if ( div.attr("id") == "adlibris-coverimg" ){
1451
                                lightbox_descriptions.push(_("Image from Adlibris (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1452
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1450
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1453
                                lightbox_descriptions.push(_("Local cover image"));
1451
                                lightbox_descriptions.push(_("Local cover image"));
1454
                            } else {
1452
                            } else {
1455
- 

Return to bug 28180