Ladsgroup has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/325346

Change subject: Make SpecialGoToLinkedPage and SpecialListProperties use OOUI
......................................................................

Make SpecialGoToLinkedPage and SpecialListProperties use OOUI

Change-Id: I8a64a1cbeea7bcad553ec9d290c61a37c01a7670
---
M repo/includes/Specials/SpecialGoToLinkedPage.php
M repo/includes/Specials/SpecialListProperties.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/46/325346/1

diff --git a/repo/includes/Specials/SpecialGoToLinkedPage.php 
b/repo/includes/Specials/SpecialGoToLinkedPage.php
index e103127..801b563 100644
--- a/repo/includes/Specials/SpecialGoToLinkedPage.php
+++ b/repo/includes/Specials/SpecialGoToLinkedPage.php
@@ -245,7 +245,7 @@
                        )
                );
 
-               HTMLForm::factory( 'inline', $formDescriptor, 
$this->getContext() )
+               HTMLForm::factory( 'ooui', $formDescriptor, $this->getContext() 
)
                        ->setId( 'wb-gotolinkedpage-form1' )
                        ->setMethod( 'get' )
                        ->setSubmitID( 'wb-gotolinkedpage-submit' )
diff --git a/repo/includes/Specials/SpecialListProperties.php 
b/repo/includes/Specials/SpecialListProperties.php
index 17814cc..39fb56c 100644
--- a/repo/includes/Specials/SpecialListProperties.php
+++ b/repo/includes/Specials/SpecialListProperties.php
@@ -170,7 +170,7 @@
                        )
                );
 
-               HTMLForm::factory( 'inline', $formDescriptor, 
$this->getContext() )
+               HTMLForm::factory( 'ooui', $formDescriptor, $this->getContext() 
)
                        ->setId( 'wb-listproperties-form' )
                        ->setMethod( 'get' )
                        ->setWrapperLegendMsg( 'wikibase-listproperties-legend' 
)

-- 
To view, visit https://gerrit.wikimedia.org/r/325346
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a64a1cbeea7bcad553ec9d290c61a37c01a7670
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <ladsgr...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to