[Koha-bugs] [Bug 13597] Amazon 'no image' element needs a 'no-image' class, in the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 21 11:54:11 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50487|0                           |1
        is obsolete|                            |

--- Comment #3 from Marc Véron <veron at veron.ch> ---
Created attachment 50497
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50497&action=edit
Bug 13597 - Amazon 'no image' element needs a 'no-image' class, in the staff
client

to test patch...

1/ go to staff client

2/ add following CSS to 'IntranetUserCSS' syspref, to hide images...
    span.no-image {
        display: none;
    }

3/ do a search that returns 'no image' results...
   observe that 'no image' images are still displaying :(

4/ apply patch

5/ repeat step 2/
   observe that 'no image' images are not displaying :)

Works as advertised.
Signed-off-by: Marc Véron <veron at veron.ch>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list