From: Sethakill Date: Tue, 3 May 2016 13:55:31 +0000 (+0200) Subject: Convert Special:WithoutInterwiki to OOUI X-Git-Tag: 1.31.0-rc.0~6841^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=944fc8152d46baa364177ba85e6a1fcee4bdac9c;p=lhc%2Fweb%2Fwiklou.git Convert Special:WithoutInterwiki to OOUI Bug: T117721 Change-Id: I6d2546e814d95bccbbbf513aec2782167cc74b64 --- diff --git a/includes/specials/SpecialWithoutinterwiki.php b/includes/specials/SpecialWithoutinterwiki.php index cca54b3589..259d1f959e 100644 --- a/includes/specials/SpecialWithoutinterwiki.php +++ b/includes/specials/SpecialWithoutinterwiki.php @@ -57,8 +57,8 @@ class WithoutInterwikiPage extends PageQueryPage { ] ]; - $htmlForm = HTMLForm::factory( 'inline', $formDescriptor, $this->getContext() ); - $htmlForm->setWrapperLegendMsg( 'withoutinterwiki-legend' ) + $htmlForm = HTMLForm::factory( 'ooui', $formDescriptor, $this->getContext() ); + $htmlForm->setWrapperLegend( '' ) ->setSubmitTextMsg( 'withoutinterwiki-submit' ) ->setMethod( 'get' ) ->prepareForm()