Turn Special:NewFiles list of media types into list of checkboxes

It's a pretty short, finite list of media types, so we don't need
it to be this dropdown thingy.
Just a list of checkboxes is more convenient because it'll be
easy to see which of the media types are missing/not selected.

Bug: T174518
Change-Id: Ice768f0808eb9d70f682697f48272795417bbe74
This commit is contained in:
Matthias Mullie 2017-08-30 15:29:26 +02:00
parent af28f35696
commit 302f9518a1

View file

@ -155,7 +155,6 @@ class SpecialNewFiles extends IncludableSpecialPage {
'mediatype' => [
'type' => 'multiselect',
'dropdown' => true,
'flatlist' => true,
'name' => 'mediatype',
'label-message' => 'newimages-mediatype',