X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2Fhtmlform%2FVFormHTMLForm.php;h=f1fd05d6535fdb36f13a0b79f735dcfe2db73f51;hb=552568c63d931a01144f07eb04fe5877fb4b8243;hp=0c0e425209b15118468c4e75fb0ec08a0cf560a7;hpb=01799a7cb33c707a675d8222ff9543934791aa13;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/VFormHTMLForm.php b/includes/htmlform/VFormHTMLForm.php index 0c0e425209..f1fd05d653 100644 --- a/includes/htmlform/VFormHTMLForm.php +++ b/includes/htmlform/VFormHTMLForm.php @@ -95,7 +95,7 @@ class VFormHTMLForm extends HTMLForm { $attribs['class'] = array( 'mw-htmlform-submit', 'mw-ui-button mw-ui-big mw-ui-block', - $this->mSubmitModifierClass, + 'mw-ui-' . $this->mSubmitFlag, ); $buttons .= Xml::submitButton( $this->getSubmitText(), $attribs ) . "\n";