]> 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:13:52 +0000 (19:13 -0400)
commit4e7118f0166d2fd7eae50c7060e97965d6ffecd8
tree13cf274866537b5fca9bb0328d567bbc6fde030c
parent49e173a76d36f5f9365925aae17ee68805d4fb1d
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