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
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
> $
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
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
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
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
6 matches
Mail list logo