X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FProfile%2FForm.php;h=8d8f46cd881fd97464027f1e7475434d0a3c5e5a;hb=6e970aa0855df3b82825936b1031c42e0d520ca7;hp=c6594fd4bd97ae2c3ffcb3851f39836f608d1f9f;hpb=22a4c5a3f63da7d15a8fd193d67c95f2655cdaef;p=civicrm-core.git diff --git a/CRM/Profile/Form.php b/CRM/Profile/Form.php index c6594fd4bd..8d8f46cd88 100644 --- a/CRM/Profile/Form.php +++ b/CRM/Profile/Form.php @@ -904,13 +904,9 @@ class CRM_Profile_Form extends CRM_Core_Form { if ($this->_context == 'dialog') { $this->addElement( - 'xbutton', + 'submit', $this->_duplicateButtonName, - ts('Save Matching Contact'), - [ - 'type' => 'submit', - 'class' => 'crm-button', - ] + ts('Save Matching Contact') ); } }