Bug 7540 - add id values to the legends in the patron entry form
authorRobin Sheat <robin@catalyst.net.nz>
Tue, 14 Feb 2012 23:34:30 +0000 (12:34 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 17 Feb 2012 10:53:36 +0000 (11:53 +0100)
commitf81bdfe63206632474a692d6075786b5e818cd04
treed893b9cb5e665d9ee2b5a7193f7744dd8b9afd76
parent70d95b515e491e5526c7276f0af03d51ff236d40
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@gmail.com>
I see the id's in there, they appear consistent and complete.
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt