mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-12 00:38:23 +00:00
Merge "Nicer Special:AbuseLog URIs when using the form there"
This commit is contained in:
commit
4b6c3b8a16
|
@ -112,12 +112,10 @@ class SpecialAbuseLog extends SpecialPage {
|
|||
Xml::input( 'wpSearchWiki', 45, $this->mSearchWiki );
|
||||
}
|
||||
|
||||
$form = Html::hidden( 'title', $this->getTitle()->getPrefixedText() );
|
||||
|
||||
$form .= Xml::buildForm( $fields, 'abusefilter-log-search-submit' );
|
||||
$output .= Xml::tags( 'form',
|
||||
array( 'method' => 'get', 'action' => $this->getTitle()->getLocalURL() ),
|
||||
$form );
|
||||
Xml::buildForm( $fields, 'abusefilter-log-search-submit' )
|
||||
);
|
||||
$output = Xml::tags( 'fieldset', null, $output );
|
||||
|
||||
$this->getOutput()->addHTML( $output );
|
||||
|
|
Loading…
Reference in a new issue