From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/htmlform/HTMLSelectNamespaceWithButton.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 includes/htmlform/HTMLSelectNamespaceWithButton.php (limited to 'includes/htmlform/HTMLSelectNamespaceWithButton.php') diff --git a/includes/htmlform/HTMLSelectNamespaceWithButton.php b/includes/htmlform/HTMLSelectNamespaceWithButton.php new file mode 100644 index 00000000..24b15bd7 --- /dev/null +++ b/includes/htmlform/HTMLSelectNamespaceWithButton.php @@ -0,0 +1,17 @@ +mClassWithButton = new HTMLFormFieldWithButton( $info ); + parent::__construct( $info ); + } + + public function getInputHTML( $value ) { + return $this->mClassWithButton->getElement( parent::getInputHTML( $value ) ); + } +} -- cgit v1.2.3-54-g00ecf