mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
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:
parent
699a372e79
commit
8d435ee463
|
@ -308,6 +308,7 @@ class SpecialAbuseLog extends AbuseFilterSpecialPage {
|
|||
->setWrapperLegendMsg( 'abusefilter-log-search' )
|
||||
->setSubmitTextMsg( 'abusefilter-log-search-submit' )
|
||||
->setMethod( 'get' )
|
||||
->setCollapsibleOptions( true )
|
||||
->prepareForm()
|
||||
->displayForm( false );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue