Switch some HTMLForms in special pages to OOUI
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 1 May 2015 00:23:50 +0000 (02:23 +0200)
committerJforrester <jforrester@wikimedia.org>
Sat, 27 Jun 2015 19:05:27 +0000 (19:05 +0000)
Bug: T101473
Bug: T101474
Bug: T101475
Change-Id: I2c3d6486e09b3e4d5537b95194e178fd73ac9792

includes/specials/SpecialChangeEmail.php
includes/specials/SpecialPageLanguage.php
includes/specials/SpecialPasswordReset.php

index babb315..c2aa704 100644 (file)
@@ -107,7 +107,7 @@ class SpecialChangeEmail extends FormSpecialPage {
        }
 
        protected function getDisplayFormat() {
        }
 
        protected function getDisplayFormat() {
-               return 'vform';
+               return 'ooui';
        }
 
        protected function alterForm( HTMLForm $form ) {
        }
 
        protected function alterForm( HTMLForm $form ) {
index 9476819..6756f27 100644 (file)
@@ -94,7 +94,7 @@ class SpecialPageLanguage extends FormSpecialPage {
        }
 
        protected function getDisplayFormat() {
        }
 
        protected function getDisplayFormat() {
-               return 'vform';
+               return 'ooui';
        }
 
        public function alterForm( HTMLForm $form ) {
        }
 
        public function alterForm( HTMLForm $form ) {
index a2dc2ad..8cad616 100644 (file)
@@ -104,7 +104,7 @@ class SpecialPasswordReset extends FormSpecialPage {
        }
 
        protected function getDisplayFormat() {
        }
 
        protected function getDisplayFormat() {
-               return 'vform';
+               return 'ooui';
        }
 
        public function alterForm( HTMLForm $form ) {
        }
 
        public function alterForm( HTMLForm $form ) {