https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Nick Clemens <[email protected]> --- (In reply to Jonathan Druart from comment #8) > (In reply to Mason James from comment #7) > > > On master, I have set a local cover image for 1 record and not for another > > > one. > > > Launch a search, I get the local cover image for the first record and the > > > "No cover image available" for the other one. > > > > > > Switching off LocalCoverImages, I get the amazon "No image available" > > > image > > > > Jonathan, on staff, with patch and CSS added, LocalCoverImages off.. you get > > the amazon "No image available" image shown? > > I do not know, I have not tried, why should I? > I think I did not get the goal of this patch. > Could you please give me the use case and provide a more detailed test plan? The point is to make Staff client HTML for missing amazon cover images more equivalent to that of the OPAC To test: 1 - Enable amazon images everywhere 2 - Search on the Staff and OPAC to get some results without amazon covers (missing ISBNs and bad ISBNs) 3 - Note OPAC missing images are like: <span class="no-image">No cover image available</span> 4 - Note Staff client are like: <img src="https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="" class="thumbnail" /> 5 - The staff links do not lend themselves to easy CSS hiding/styling 6 - Apply patch 7 - Repeat 8 - Note increased consistency -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
