[Koha-bugs] [Bug 7540] Add ids to the legend elements to make it easier to tweak with javascript

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 00:47:40 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7540

--- Comment #2 from Robin Sheat <robin at catalyst.net.nz> 2012-02-14 23:47:40 UTC ---
Created attachment 7649
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7649
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.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list