Re: [Koha] Rearranging patron page
I would like to rearrange the patron page.
Please be more specific. What page are you talking about, and how do you want to rearrange it?
It's the page where you enter a patron.
...and how do you want to rearrange it? -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
The current arrangement is Patron identity Main address Alternate addrecc Library management Library set-up OPAC/Staff login Additional attributes & identifiers I would like to change the arrangement to Library management Patron Identity Main address Alternate address Additional attributes & identifiers Library set-up On 11/18/2013 4:49 AM, Owen Leonard wrote:
I would like to rearrange the patron page. Please be more specific. What page are you talking about, and how do you want to rearrange it? It's the page where you enter a patron. ...and how do you want to rearrange it?
-- Owen
-- Jenice S. Tate, Systems Administrator MS Department of Archives & History Archives & Records Services Division - Computer Support Phone: (601) 576-6821 Fax: (601) 576-6824 Email: jtate@mdah.state.ms.us
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
participants (2)
-
Jenice S. Tate -
Owen Leonard