http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1383 Summary: Line up subfield entries with deescription on biblio editing page Product: Koha Version: branch 2.2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: Templates AssignedTo: oleonard@athenscounty.lib.oh.us ReportedBy: devin@freeshell.org QAContact: koha-bugs@nongnu.org The MARC field editing page, acqui.simple/addbiblio.pl can be overwhelming for library staff unoccustomed to the complexities of MARC. Therefor special care should be taken to have a clear layout of fields. With the npl template, a display issue arrises when the window is wide enough to display the description for a field and the input field on the same line. For some fields, the description spans multiple lines but the input field only one. Then following fields will be unaligned. For example, I see this issue with 260a (Place of publication, distribution, etc). It causes description and entry field of 260c to not be adjacent. Instead the entry field for 260c is adjacent to the description for 260b. This is a bit confusing. Confirmed on Opera and Firefox. The fix is to make the <div> around each subfield clear floats. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.