Bug 9615 - Combine staff home page images into single sprite
authorOwen Leonard <oleonard@myacpl.org>
Thu, 14 Feb 2013 16:31:48 +0000 (11:31 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Feb 2013 13:29:22 +0000 (08:29 -0500)
commit0cdef9334d6b9e5bbcd89fd621338f74145635f3
tree8a23a1155f535976e43f2e436e0755583a104cc9
parent932cbebb8f093930e317c341827a9c7a921e1bf5
Bug 9615 - Combine staff home page images into single sprite

In order to reduce the number of concurrent downloads on the staff
client home page the images representing the various modules (circ,
patrons, etc) could be combined into one sprite.

This patch creates a new sprite containing all images and corrects the
CSS for the default and hover states of each link to match the previous
version. The separate images have been removed. Also added is a
GIMP-compatible Photoshop file from which the sprite is generated.

To test, apply the patch, clear your browser cache, and view the staff
client home page. Each module icon should look correct in its default
and hover states.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: Work as described, Good idea! No errors.
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works nicely, no problems found.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
15 files changed:
koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css
koha-tmpl/intranet-tmpl/prog/img/icon_acquisitions.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_administration.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_authorities.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_cataloging.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_circulation.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_koha.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_lists.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_patrons.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_reports.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_search.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_serials.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_tools.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/staff-home-icons-sprite.png [new file with mode: 0644]
misc/interface_customization/staff-home-icons-sprite.psd [new file with mode: 0644]