Re: [Koha] queries in koha

2013-04-17 Thread Bernardo Gonzalez Kriegel
On Wed, Apr 17, 2013 at 8:12 AM, Dennis Njuguna wrote: > Ohhh yes thanks alot Bernado, one last one can I re-label other field like > "initials" I need to use this as student number > > As many as you need, just repeat the statement $("#memberentry_contact label[for='']").html(""); Regar

Re: [Koha] queries in koha

2013-04-17 Thread Dennis Njuguna
Ohhh yes thanks alot Bernado, one last one can I re-label other field like "initials" I need to use this as student number On Wed, Apr 17, 2013 at 1:58 PM, Bernardo Gonzalez Kriegel < bgkrie...@gmail.com> wrote: > Dennis, > the wiki page pointed by Katrin said: > --begin > You must include > $

Re: [Koha] queries in koha

2013-04-17 Thread Bernardo Gonzalez Kriegel
Dennis, the wiki page pointed by Katrin said: --begin You must include $(document).ready(function(){ }); inside the preference, around your statements. Examples listed below are considered "statements." --end So, you are forgetting that function. Please try $(document).ready(function(){ $("#me

Re: [Koha] queries in koha

2013-04-17 Thread Dennis Njuguna
1. I go to IntranetUserJS using the administration, global system perferences 2. then I try $("#memberentry_contact label[for='phone']").html("my primary phone :"); but I see no change once I save and open the patrons' page is it something im missing? On Wed, Apr 17, 2013 at 12:46 PM, Denn

Re: [Koha] queries in koha

2013-04-17 Thread Dennis Njuguna
Thanks alot, then my best option would be the *IntranetUserJS way*, I wonder what I'm not doing right: 1. I go to *IntranetUserJS using the administration, global system perferences * *2. then I try * $("#memberentry_contact label[for='phone']").html("my primary phone :"); but I see no change o

Re: [Koha] queries in koha

2013-04-17 Thread Fischer, Katrin
Hi, please don't change the database structure in Koha as this will cause all kinds of problems for you. If you need the field to be directly in the borrowers table, you could try relabeling it in the interface using jQuery (http://wiki.koha-community.org/wiki/JQuery_Library). Another option is