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 1423-1432 Link Here
1423
                                    // Remove the container
1423
                                    // Remove the container
1424
                                    div.remove();
1424
                                    div.remove();
1425
                                } else {
1425
                                } else {
1426
                                    lightbox_descriptions.push("Custom cover image");
1426
                                    lightbox_descriptions.push(_("Custom cover image"));
1427
                                }
1427
                                }
1428
                            } else if( div.attr("id") == "syndetics-coverimg" ){
1428
                            } else if( div.attr("id") == "syndetics-coverimg" ){
1429
                                lightbox_descriptions.push("Image from Syndetics")
1429
                                lightbox_descriptions.push(_("Image from Syndetics"))
1430
                            } else if( div.attr("id") == "googlejacket-coverimg" ){
1430
                            } else if( div.attr("id") == "googlejacket-coverimg" ){
1431
                                lightbox_descriptions.push(_("Image from Google Books (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1431
                                lightbox_descriptions.push(_("Image from Google Books (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1432
                            } else if( div.attr("id") == "openlibrary-coverimg" ){
1432
                            } else if( div.attr("id") == "openlibrary-coverimg" ){
Lines 1435-1441 Link Here
1435
                                // Identify which service's image is being loaded by Coce
1435
                                // Identify which service's image is being loaded by Coce
1436
                                var coce_description;
1436
                                var coce_description;
1437
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1437
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1438
                                    coce_description = ("Coce image from Amazon.com");
1438
                                    coce_description = _("Coce image from Amazon.com");
1439
                                } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1439
                                } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1440
                                    coce_description = _("Coce image from Google Books");
1440
                                    coce_description = _("Coce image from Google Books");
1441
                                } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1441
                                } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1442
- 

Return to bug 28180