How to change labels on opac member entry screen
Hi How can I change the labels of opac patron entry screen. For eg. I wanted to make address as Dept. Number. I am able to change lable in staff screen. Similarly wanted to know how I can change in opac screen. Regards Suresh
Hi, you can put this in OPACUserJS: /* Change address to Dept. Number. --------------------------------------*/ $(document).ready(function(){ $("#memberentry-form label[for='borrower_address']").html("Student Number:"); }); Hope that helps! -- View this message in context: http://koha.1045719.n5.nabble.com/How-to-change-labels-on-opac-member-entry-... Sent from the Koha-general mailing list archive at Nabble.com.
Oops, change the Student no. to Department Number. Cheers! -- View this message in context: http://koha.1045719.n5.nabble.com/How-to-change-labels-on-opac-member-entry-... Sent from the Koha-general mailing list archive at Nabble.com.
participants (2)
-
schnydszch -
Suresh Kumar Tejomurtula