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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-4 / +3 lines)
Lines 1589-1598 Link Here
1589
                                    // Remove the container
1589
                                    // Remove the container
1590
                                    div.remove();
1590
                                    div.remove();
1591
                                } else {
1591
                                } else {
1592
                                    lightbox_descriptions.push("Custom cover image");
1592
                                    lightbox_descriptions.push(_("Custom cover image"));
1593
                                }
1593
                                }
1594
                            } else if( div.attr("id") == "syndetics-coverimg" ){
1594
                            } else if( div.attr("id") == "syndetics-coverimg" ){
1595
                                lightbox_descriptions.push("Image from Syndetics")
1595
                                lightbox_descriptions.push(_("Image from Syndetics"))
1596
                            } else if( div.attr("id") == "googlejacket-coverimg" ){
1596
                            } else if( div.attr("id") == "googlejacket-coverimg" ){
1597
                                lightbox_descriptions.push(_("Image from Google Books (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1597
                                lightbox_descriptions.push(_("Image from Google Books (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1598
                            } else if( div.attr("id") == "openlibrary-coverimg" ){
1598
                            } else if( div.attr("id") == "openlibrary-coverimg" ){
Lines 1601-1607 Link Here
1601
                                // Identify which service's image is being loaded by Coce
1601
                                // Identify which service's image is being loaded by Coce
1602
                                var coce_description;
1602
                                var coce_description;
1603
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1603
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1604
                                    coce_description = ("Coce image from Amazon.com");
1604
                                    coce_description = _("Coce image from Amazon.com");
1605
                                } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1605
                                } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1606
                                    coce_description = _("Coce image from Google Books");
1606
                                    coce_description = _("Coce image from Google Books");
1607
                                } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1607
                                } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1608
- 

Return to bug 28180