* (bug 14515) HTML nesting cleanup on edit form
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 20 Jun 2008 19:50:06 +0000 (19:50 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 20 Jun 2008 19:50:06 +0000 (19:50 +0000)
commit1220de6af42382a7c739ac70fefae101bb49bff9
treebc1eb916c673ca75e9592fd6a1f31a966d298a6a
parent5c7d4d299d873b0a7a3d4da35fe845ea81f6ccc8
* (bug 14515) HTML nesting cleanup on edit form

The edit form was being a bit wonky about how it nested certain things, splitting the "summary" *label* from the input form and following check boxes with a <div> boundary... which was then forced to be inline.

This maybe made sense long ago, but seems pretty silly now. The div boundary made even less sense when in 'add comment' mode, and when hiding #edit-form via custom JS or css it would abut the <textarea> directly against the following checkboxes, leading to intermittent layout problems.

Moved the <div> to surround the summary box (for regular editing) and down below the textarea (for add-comment mode) so editOptions makes some kind of sense... hopefully....
RELEASE-NOTES
includes/DefaultSettings.php
includes/EditPage.php
skins/modern/main.css
skins/monobook/main.css