[Koha] Rearranging patron page

Owen Leonard oleonard at myacpl.org
Wed Nov 20 02:50:55 NZDT 2013


> Library management
> Patron Identity
> Main address
> Alternate address
> Additional attributes & identifiers
> Library set-up

Here's something to try:

$(document).ready(function(){
  $("#memberentry_library_management").insertBefore("#memberentry_identity");
  $("#memberentry_address").insertBefore("#memberentry_contact");
  $("#memberentry_patron_attributes").insertBefore("#memberentry_contact");
  $("#memberentry_subscription").insertBefore("#memberentry_contact");
});

I tested this in master and as far as I could tell it worked correctly
and didn't interfere with adding the patron. Test carefully!

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org


More information about the Koha mailing list