From 944fc8152d46baa364177ba85e6a1fcee4bdac9c Mon Sep 17 00:00:00 2001 From: Sethakill Date: Tue, 3 May 2016 15:55:31 +0200 Subject: [PATCH] Convert Special:WithoutInterwiki to OOUI Bug: T117721 Change-Id: I6d2546e814d95bccbbbf513aec2782167cc74b64 --- includes/specials/SpecialWithoutinterwiki.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.20.1