Nicole,
one more line is needed to change sort1 on those two places,
the last one

$(document).ready(function(){

$("#memberentry_library_management label[for='sort1']").html("Jurisdiction
:");
$("#patron-library-details .label:contains('Sort field
1:')").html('Jurisdiction:');
$("fieldset.rows label[for='sort1']").html("Jurisdiction :");

});

Regards,
Bernardo


-- 
Bernardo Gonzalez Kriegel
[email protected]


On Mon, Aug 26, 2013 at 5:10 PM, Nicole Engard <[email protected]> wrote:

> I'd like to update this jquery
>
> http://wiki.koha-community.org/wiki/JQuery_Library#Relabel_Sort1_on_Patron_Record
> to also change sort1 on these pages:
>
> /cgi-bin/koha/tools/modborrowers.pl
> /cgi-bin/koha/tools/import_borrowers.pl
>
> Any help would be appreciated.
> _______________________________________________
> Koha mailing list  http://koha-community.org
> [email protected]
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to