X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLSubmitField.php;h=938e428a12c93191f3c7a368f931a91aedce43d5;hb=a2ea9f8b9289f197844e3282c2ac39e59c549996;hp=653c08c0691568212772bc745bf9e1a382ae921f;hpb=6abd85ca9210551ad8f09d2d2424350fc0b21cb3;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' ); }