Koha/koha-tmpl
Robin Sheat f81bdfe632 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.
2012-02-17 11:53:36 +01:00
..
intranet-tmpl/prog Bug 7540 - add id values to the legends in the patron entry form 2012-02-17 11:53:36 +01:00
opac-tmpl/prog Bug 6985 - remove kw,wrdl from the search results 2012-02-17 10:44:47 +01:00
favicon.ico
index.html
intranet.html
opac.html
templates.readme