Created attachment 8017 [details] Screenshot detail If you have multiple languages enabled in the staff client and you're working on a preferences page which requires scrolling the bottom-most submit button is partially obscured by the language chooser.
Created attachment 8019 [details] [review] Bug 7645 - System preferences editor save button obscured by language chooser This patch amends the preferences page's CSS file to add bottom padding to the page container. This gives the bottom- most submit button some breathing room. Markup correction: Adding "row" and "col" attributes to <textareas> to quiet validation errors. This doesn't affect output at all (dimensions are specified in CSS). To test, open the system preferences page to a tab like OPAC which contains many preferences. At the bottom of the page the last submit button should have about a line's worth of white space below it.
Created attachment 8092 [details] [review] [Signed-off] Bug 7645 - System preferences editor save button obscured by language chooser Simple patch, easy to test. ++ for the html correction (W3 validator on opac sysprefs page gives me 41 errors on master, 17 with the patch)
Template and CSS only change. Improves automated validation tests. Marking as Passed QA.
Comment : to test this patch, it's required to flush FF cache (CTRL-F5
This bug will be included in the Koha 3.6.5 release.