Improve HTMLForm's support for adding content in and around the form, to improve...
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 24 Sep 2009 21:25:33 +0000 (21:25 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 24 Sep 2009 21:25:33 +0000 (21:25 +0000)
commite5a74e5ff74b7ab1642035290e55359e45d8361a
tree8bfcfd25a2117855366ce235b33ca76b513c47a3
parenta0859d6c5500f04098d6625de76cea03654f48e9
Improve HTMLForm's support for adding content in and around the form, to improve versatility.  Groundwork for being able to validate, filter and submit the CreateAccount input via HTMLForm::trySubmit(), which will give extensions huge flexibility to play with the form input.

Also change the wrapping on both forms to use a <fieldset>, which is visually more consistent with the other forms we have floating around the site.  Add visualClear to all HTMLForm forms, and remove all the redundant CSS for the login form, quite a bit of which has been dead for a while.
includes/HTMLForm.php
includes/specials/SpecialCreateAccount.php
includes/specials/SpecialUserlogin.php
languages/messages/MessagesEn.php
skins/monobook/main.css