[Koha-bugs] [Bug 8108] Remove unused images from the OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 7 18:17:43 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8108

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
It looks like some of these images are still referenced in some css files. I
imagine that's a problem.

$ git grep "addtobasket.gif"
koha-tmpl/opac-tmpl/ccsr/en/css/sanop.css:  background-image:
url(../images/addtobasket.gif);
koha-tmpl/opac-tmpl/prog/en/css/sanop.css:      background-image:
url(../images/addtobasket.gif);

git grep "cart-small.gif"
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css:        background:
transparent url("../../img/cart-small.gif") 0 3px no-repeat;
koha-tmpl/opac-tmpl/ccsr/en/css/sanop.css:        background-image :
url(../images/cart-small.gif);
koha-tmpl/opac-tmpl/prog/en/css/sanop.css:      background-image :
url(../images/cart-small.gif);

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


More information about the Koha-bugs mailing list