http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4302 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-03-05 15:09:40 --- Created an attachment (id=1733) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1733) Screenshot after proposed change As it happens I've been working on this issue for the last couple of days. Attached is the solution I propose. It uses an in-table pop-up menu similar to the one recently added to the add item screen. It's not possible to force the table to fit within the window: in the example pictured in the attachment the horizontal scrollbar didn't disappear until the window was over 1000x900 pixels. The cause is usually the concatenated ISBN data: 9789004161801(hardback:alkpaper)|9004161805(hardback:alkpaper) ...which doesn't allow any line breaks. My solution doesn't eliminate the horizontal scrollbar but at least it reduces the necessity of scrolling. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.