[Koha] How to change labels on opac member entry screen

schnydszch eugenegf at yahoo.com
Sat Jul 15 12:11:21 NZST 2017


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-screen-tp5940209p5940218.html
Sent from the Koha-general mailing list archive at Nabble.com.


More information about the Koha mailing list