Use HTMLForm for Special:Export
authorFlorian <florian.schmidt.welzow@t-online.de>
Fri, 17 Apr 2015 16:56:32 +0000 (18:56 +0200)
committerFlorianschmidtwelzow <florian.schmidt.welzow@t-online.de>
Sun, 14 Jun 2015 16:48:26 +0000 (16:48 +0000)
commitfd10cd5b95d5bd6e6c91e38ae5af59effe0ec870
tree63bab00c6dfe45a963589c51324e09594053e7af
parente44d44ae2892067cac2bb2ce79f7c96d59558ab5
Use HTMLForm for Special:Export

* Transform all input fields to use HtmlForm as preparation for enabling
  MediaWiki UI eveywhere.
* Remove protected whitespace for HTMLCheckField (adds empty line to div-layout)
* Add a new HTMLForm input field "Text with Button" and "Namespaceselector with Button"

Bug: T73434
Change-Id: I53cc019c3ca94cec8f3c05500d0c604c1af7f688
autoload.php
includes/htmlform/HTMLCheckField.php
includes/htmlform/HTMLForm.php
includes/htmlform/HTMLFormField.php
includes/htmlform/HTMLFormFieldWithButton.php [new file with mode: 0644]
includes/htmlform/HTMLSelectNamespaceWithButton.php [new file with mode: 0644]
includes/htmlform/HTMLTextFieldWithButton.php [new file with mode: 0644]
includes/specials/SpecialExport.php