[Koha] Rearranging patron page

BRANNON, CHRISTOPHER CBRANNON at cdalibrary.org
Tue Nov 19 12:17:56 NZDT 2013


Jenice,
	Here is an example of how I rearrange something in the patron edit page in our jQuery:

//Move Physical Address under Mailing Address
$("#entryform #address").parent().parent().parent().attr('id','memberentry_mailingaddress');
$("#memberentry_address").insertAfter("#memberentry_mailingaddress");
//end move physical address

Hope this helps.
___________________________
Christopher Brannon
IT Coordinator

Coeur d'Alene Public Library
702 E Front Ave
Coeur d'Alene, ID 83814
(208)769-2315 Ext. 456
cbrannon at cdalibrary.org
www.cdalibrary.org 



More information about the Koha mailing list