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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 1074-1080 Note that permanent location is a code, and location may be an authval. Link Here
1074
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1074
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1075
                                lightbox_descriptions.push(_("Local cover image (<a href='%s'>edit</a>)").format($(img).data('link')));
1075
                                lightbox_descriptions.push(_("Local cover image (<a href='%s'>edit</a>)").format($(img).data('link')));
1076
                            } else {
1076
                            } else {
1077
                                console.log("Source of the image cannot be guessed.")
1077
                                lightbox_descriptions.push(_("Cover image source unknown"));
1078
                            }
1078
                            }
1079
                        }
1079
                        }
1080
                    }
1080
                    }
1081
- 

Return to bug 28179