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

--- Comment #9 from Kyle M Hall <k...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to