[koha-commits] main Koha release repository branch new/bug_7540 created. v3.06.00-595-gf81bdfe

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 11:55:42 CET 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_7540 has been created
        at  f81bdfe63206632474a692d6075786b5e818cd04 (commit)

- Log -----------------------------------------------------------------
commit f81bdfe63206632474a692d6075786b5e818cd04
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Feb 15 12:34:30 2012 +1300

    Bug 7540 - add id values to the legends in the patron entry form
    
    This adds the following IDs to the legends in the patron entry form:
     main_address_lgd contact_lgd alt_address_lgd alt_contact_lgd
     library_management_lgd library_setup_lgd opac_staff_login_lgd
     patron_messaging_prefs_lgd
    
    With these in place, then jquery like:
    $(document).ready(function(){
            $('#main_address_lgd').text('Postal Address');
            $('#alt_address_lgd').text('Residential Address');
    });
    in intranetuserjs can be used to rename things to taste.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    I see the id's in there, they appear consistent and complete.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list