[Koha] Arrangement of Fields on Items Form

Eric Phetteplace ephetteplace at cca.edu
Fri Jun 3 04:00:03 NZST 2022


Hi Naveen,

You could do this with JavaScript added to the IntranetUserJS system
preference, but as far as I know there's no other way. This line of
JavaScript, for instance, moves the "non-public note" field from the bottom
of the add/edit items form to the top:

$('#subfield952x').parent('li').prependTo('#cataloguing_additem_newitem ol')

If you want to change the order of many of these fields, it would be quite
a bit of customization.

Best,

ERIC PHETTEPLACE Systems Librarian, Libraries (he/him)

ephetteplace at cca.edu | o 510.594.3660 (cca)

5212 Broadway | Oakland, CA | 94618

CCA is situated on the traditional unceded lands of the Ohlone peoples.

Black-owned bookstores in Oakland: Ashay by the Bay
<https://ashaybythebay.com/>, Marcus Books
<https://www.facebook.com/marcus.books/>

:(){ :|: & };:


On Wed, Jun 1, 2022 at 11:36 PM Ms. Naveen Ali <naveen at neduet.edu.pk> wrote:

> Dear All,
>
> How is it possible to control arrangement of fields on Items form.
> Which field will appear first and so on.
>
> With best regards,
>
> Naveen Ali
>
> ITM-JE (EAKL)
> Inst Representative for
> HEC Digital Library Resources.
> NEDUET, Karachi.
>
>
> _______________________________________________
>
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>


More information about the Koha mailing list