]> git.koha-community.org Git - koha.git/commit
Bug 9603 - Fix layout of Patron Card Creator Layout screen for display in IE
authorDavid Cook <dcook@prosentient.com.au>
Wed, 21 Aug 2013 02:12:36 +0000 (12:12 +1000)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 12 Oct 2013 00:11:37 +0000 (21:11 -0300)
commit88ca0f5d686c3bb8195cd29e8b18564508c58872
tree244b10ba2c5b56596d7b17e3b15f57c298b20ec7
parent2fc0e258ea349cb574091b0b677d1808e87a4ecc
Bug 9603 - Fix layout of Patron Card Creator Layout screen for display in IE

Currently, the layout for the Edit/Add Layout screen of the Patron
Card Creator is in complete disarray, when viewed in Internet Explorer
(of any version).

The nav bar is pushed to the bottom of the page, every fieldset is
empty (as their contents have been pushed out into different parts
of the page), and the checkboxes don't work.

The cause appears to be some extraneous mark-up (a few extra fieldset
and li elements)and some missing mark-up (ol elements to wrap the list
elements, especially when nesting lists within each other and within
div elements).

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
I didn't test this in IE, but changes are fixing general
problems with HTML validity.

Checking the page with the W3C validator:
Before: 27 Errors, 7 warning(s)
After:  6 Errors, 7 warning(s)

All tests and QA script pass, page looks alright.
Would be nice to see the remaining problems fixed in
a follow-up.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 76a1a00977657132180f0715d96db5702565f1bf)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 2d80d67e75ac37016f982afcbc643159ccde1e1e)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit 2d80d67e75ac37016f982afcbc643159ccde1e1e)
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt