[Koha] intranetuserjs

liny at cusat.ac.in liny at cusat.ac.in
Thu Dec 10 19:12:51 NZDT 2009


Dear All,

 While trying to remove some of the fields in member entry form through
staff client-intranetuserjs as per the koha docs , it is not removing the
fields. I think the java script is not included to the intranet forms.


I have added this to intranetuserjs

$(document).ready(function(){
      alert("hi");
       $("#entryform #btitle").parent().remove();
       $("#entryform #initials").parent().remove();
       $("#entryform #othernames").parent().remove();
       $("#entryform #streetnumber").parent().remove();
       $("#entryform #streettype").parent().remove();


});

Any help is apreciated

regards

Liny Varghese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20091210/4a7fa77d/attachment-0001.htm 


More information about the Koha mailing list