Use a constructive button on Special:MovePage
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Fri, 25 Sep 2015 16:28:46 +0000 (18:28 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Fri, 25 Sep 2015 16:28:46 +0000 (18:28 +0200)
Instead of a progressive button, use a constructive one, which indicates,
that the process of moving a page will be finished after submitting
the form.

Bug: T113493
Change-Id: I35ad8e5325452c20ffe2124ddbfd5bc1f0e7bb3c

includes/specials/SpecialMovepage.php

index f7a0a20..ab28fa4 100644 (file)
@@ -464,7 +464,7 @@ class MovePageForm extends UnlistedSpecialPage {
                                'name' => $submitVar,
                                'value' => $movepagebtn,
                                'label' => $movepagebtn,
-                               'flags' => array( 'progressive', 'primary' ),
+                               'flags' => array( 'constructive', 'primary' ),
                                'type' => 'submit',
                        ) ),
                        array(