]> git.koha-community.org Git - koha.git/commit
Bug 7540 [3.6.x] - 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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 23 May 2012 23:14:18 +0000 (19:14 -0400)
commit1ea8c45b94ba8b3421dcd0e9c1f41473b443ffd9
treefc423f99ff05dcc950a8f5f5713969a33d3441ce
parent3e1318a454c8daa4da798edd9b3a5442f96b1ecb
Bug 7540 [3.6.x] - 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: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt