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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +2 lines)
Lines 1505-1511 Link Here
1505
                                // Remove the container
1505
                                // Remove the container
1506
                                div.remove();
1506
                                div.remove();
1507
                            } else {
1507
                            } else {
1508
                                lightbox_descriptions.push("Custom cover image");
1508
                                lightbox_descriptions.push( _("Custom cover image") );
1509
                            }
1509
                            }
1510
                        } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1510
                        } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1511
                                lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1511
                                lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
Lines 1514-1520 Link Here
1514
                            // Identify which service's image is being loaded by Coce
1514
                            // Identify which service's image is being loaded by Coce
1515
                            var coce_description;
1515
                            var coce_description;
1516
                            if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1516
                            if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1517
                                coce_description = ("Coce image from Amazon.com");
1517
                                coce_description = _("Coce image from Amazon.com");
1518
                            } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1518
                            } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1519
                                coce_description = _("Coce image from Google Books");
1519
                                coce_description = _("Coce image from Google Books");
1520
                            } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1520
                            } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1521
- 

Return to bug 34433