Use HTMLForm to generate the form on Special:ListFiles
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sun, 29 Jun 2014 13:06:02 +0000 (15:06 +0200)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Mon, 4 Aug 2014 19:28:03 +0000 (21:28 +0200)
commitc01c4f01b6d7e8970536680a7fb8a19eb5d0c24b
tree19d7cd7ee3ed5e96f50e82368ba9aae957ff534c
parentec2ead58bb8871d8d8502ef2e6f072bbfa6727fe
Use HTMLForm to generate the form on Special:ListFiles

- Makes the code easier to read
- This was actually the last usage of Xml::buildForm() in core
- Removed tabindex; not needed since the navigation is already
  in DOM order

Change-Id: Ie0a2819fdf28f734a8c68246be693de7259b8332
includes/specials/SpecialListfiles.php