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:
parent
af28f35696
commit
302f9518a1
1 changed files with 0 additions and 1 deletions
|
|
@ -155,7 +155,6 @@ class SpecialNewFiles extends IncludableSpecialPage {
|
|||
|
||||
'mediatype' => [
|
||||
'type' => 'multiselect',
|
||||
'dropdown' => true,
|
||||
'flatlist' => true,
|
||||
'name' => 'mediatype',
|
||||
'label-message' => 'newimages-mediatype',
|
||||
|
|
|
|||
Loading…
Reference in a new issue