From: Florian Date: Fri, 25 Sep 2015 16:28:46 +0000 (+0200) Subject: Use a constructive button on Special:MovePage X-Git-Tag: 1.31.0-rc.0~9788^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=03578ed924bb859824d65ec1b52c37d408188190;p=lhc%2Fweb%2Fwiklou.git Use a constructive button on Special:MovePage 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 --- diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index f7a0a20a69..ab28fa4784 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -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(