Make the form on Special:AbuseLog collapsible

The form is now collapsed by default, as that seems to be the most
common way to do that.

Bug: T252584
Change-Id: Ie3fa3d2858519e6bc03854a12f90f76a684e7648
This commit is contained in:
Daimona Eaytoy 2020-05-14 20:54:45 +02:00
parent 699a372e79
commit 8d435ee463

View file

@ -308,6 +308,7 @@ class SpecialAbuseLog extends AbuseFilterSpecialPage {
->setWrapperLegendMsg( 'abusefilter-log-search' )
->setSubmitTextMsg( 'abusefilter-log-search-submit' )
->setMethod( 'get' )
->setCollapsibleOptions( true )
->prepareForm()
->displayForm( false );
}