[Koha] intranetuserjs

Daniel Grobani dgrobani at samuelmerritt.edu
Fri Dec 11 09:55:42 NZDT 2009


Try replacing your first line with:

$(function() {

Cheers,

Daniel Grobani
System Administrator
John A. Graziano Memorial Library
Samuel Merritt University


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

-- 
View this message in context: http://old.nabble.com/intranetuserjs-tp26722615p26734369.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.



More information about the Koha mailing list