In the page /cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber= body html id :#cat_addbiblio it's missing the id sortable for each tag ..may be an oversight when js sortable it's ok whit koha /////////// $(document).ready(function() { if ($('#cat_addbiblio').size() > 0) { $("div.tag").each(function(){ $(this).attr("id","sortable"); }) $(function () { $("div#sortable").sortable( {axis:'y', containment : 'parent', revert : true}); }); } }) ///////// I'm looking for someone to implement this/ Thank
Note drag and drop added by Bug 7882