[koha-commits] main Koha release repository branch new/bug_8737 created. v3.08.00-953-g4c8cfd0

Git repo owner gitmaster at git.koha-community.org
Wed Oct 3 11:04:32 CEST 2012


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, new/bug_8737 has been created
        at  4c8cfd0c299157e012d462ea116798d55bc0a806 (commit)

- Log -----------------------------------------------------------------
commit 4c8cfd0c299157e012d462ea116798d55bc0a806
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Sep 7 13:34:04 2012 +0800

    Bug 8737 - Incorrect icon at login in staff client
    
    Added the following missing code to ensure the correct icon
    is used when logged out:
       IntranetFavicon => C4::Context->preference('IntranetFavicon')
    This was added into an existing $template->param() call.
    
    Not to be confused with the koha logo on the login page, the
    icon is a 16x16 pixel graphic in the browser tab. The default
    is found at .../intranet-tmpl/prog/en/includes/favicon.ico.
    
    If the "IntranetFavicon" system preference is set, it should be
    used by the staff client regardless of login state. It was not
    being used in the "AUTH rejected" section of Auth.pm, but the
    OpacFavicon variable was being set. This explains why the
    "OpacFavicon" system preference works for the OPAC client, but
    not the staff client upon logout.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list