X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLSubmitField.php;h=938e428a12c93191f3c7a368f931a91aedce43d5;hb=31dbc1ee2b0c32757dfaabc206e923662d233d2c;hp=653c08c0691568212772bc745bf9e1a382ae921f;hpb=21d7ac51875f1eb980eebcccf75eead05b64cd4d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLSubmitField.php b/includes/htmlform/HTMLSubmitField.php index 653c08c069..938e428a12 100644 --- a/includes/htmlform/HTMLSubmitField.php +++ b/includes/htmlform/HTMLSubmitField.php @@ -6,4 +6,6 @@ */ class HTMLSubmitField extends HTMLButtonField { protected $buttonType = 'submit'; + + protected $mFlags = array( 'primary', 'constructive' ); }