Re: [Koha] Koha - changing the item edits screen

2011-05-26 Thread Stefano Bargioni
Hi Daniel, some days ago I wrote to Linda: > Dear Linda: > before replying to the list, and if you are experienced with Firebug on > Firefox (or its equivalent in Chrome or Safari), try > > $('#cataloguing_additem_itemlist th:nth-child(8)').css('display','none'); // > 9th column header is at po

Re: [Koha] Koha - changing the item edits screen

2011-05-25 Thread Daniel Grobani
Linda, Since no one's answered you yet, I'll offer some jQuery code to add to your intranetuserjs, with the caveats that I'm on LLEK and that I'm a jQuery neophyte whose naive solution is probably not bulletproof: $("#cataloguing_additem_itemlist th:contains('Permanent location')").remove(); $("#