[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.09-37-g129b50b

Git repo owner gitmaster at git.koha-community.org
Thu Feb 21 06:47:53 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.8.x has been updated
       via  129b50b8fb32fd067a87ac1847317f1155497afc (commit)
      from  b5734af00c7625f17a07a60368001ef897927f57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 129b50b8fb32fd067a87ac1847317f1155497afc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 14 11:31:48 2013 -0500

    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 at gmail.com>
    
    Comment: Work as described, Good idea! No errors.
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely, no problems found.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css   |   59 ++++++++++---------
 .../intranet-tmpl/prog/img/icon_acquisitions.png   |  Bin 1172 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_administration.png |  Bin 2516 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_authorities.png    |  Bin 1616 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_cataloging.png     |  Bin 1114 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_circulation.png    |  Bin 851 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_koha.png     |  Bin 1595 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_lists.png    |  Bin 826 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_patrons.png  |  Bin 1820 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_reports.png  |  Bin 1651 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_search.png   |  Bin 2004 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_serials.png  |  Bin 1178 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_tools.png    |  Bin 1442 -> 0 bytes
 .../prog/img/staff-home-icons-sprite.png           |  Bin 0 -> 11151 bytes
 .../staff-home-icons-sprite.psd                    |  Bin 0 -> 117814 bytes
 15 files changed, 31 insertions(+), 28 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_acquisitions.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_administration.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_authorities.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_cataloging.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_circulation.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_koha.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_lists.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_patrons.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_reports.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_search.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_serials.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_tools.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/staff-home-icons-sprite.png
 create mode 100644 misc/interface_customization/staff-home-icons-sprite.psd


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list