X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FBadge%2FForm%2FLayout.php;h=af93d47ee0574c9962b583d70460eb1c551c633b;hb=195ca1147d0c911a7057929bcd74447faf91ea01;hp=a34b5ebcc465da8667b93c7561de8d1fea7c9fa5;hpb=758eba6812e4d76ebb41f40659af438aebcb25cf;p=civicrm-core.git diff --git a/CRM/Badge/Form/Layout.php b/CRM/Badge/Form/Layout.php index a34b5ebcc4..af93d47ee0 100644 --- a/CRM/Badge/Form/Layout.php +++ b/CRM/Badge/Form/Layout.php @@ -131,21 +131,20 @@ class CRM_Badge_Form_Layout extends CRM_Admin_Form { $this->addRule('width_participant_image', ts('Enter valid height'), 'positiveInteger'); $this->addButtons([ - [ - 'type' => 'next', - 'name' => ts('Save'), - 'isDefault' => TRUE, - ], - [ - 'type' => 'refresh', - 'name' => ts('Save and Preview'), - ], - [ - 'type' => 'cancel', - 'name' => ts('Cancel'), - ], - ] - ); + [ + 'type' => 'next', + 'name' => ts('Save'), + 'isDefault' => TRUE, + ], + [ + 'type' => 'refresh', + 'name' => ts('Save and Preview'), + ], + [ + 'type' => 'cancel', + 'name' => ts('Cancel'), + ], + ]); } /**