]> git.koha-community.org Git - koha.git/commit
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)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Feb 2013 05:40:49 +0000 (18:40 +1300)
commit129b50b8fb32fd067a87ac1847317f1155497afc
tree96e1ac5946c6f74234b52604c0be181a840f28a4
parentb5734af00c7625f17a07a60368001ef897927f57
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
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]