X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FContactType.php;h=74211e0ea06f9f723406f73e3c2321995e05cc8c;hb=e3a363809875b227257e2247d43ed96115817c65;hp=0f900b9296f49e7a0e8d933e6eb3da3861768367;hpb=e01a5ffed559ccb3a64fba29f0ca8964e00d3178;p=civicrm-core.git diff --git a/CRM/Admin/Form/ContactType.php b/CRM/Admin/Form/ContactType.php index 0f900b9296..74211e0ea0 100644 --- a/CRM/Admin/Form/ContactType.php +++ b/CRM/Admin/Form/ContactType.php @@ -47,6 +47,8 @@ class CRM_Admin_Form_ContactType extends CRM_Admin_Form { */ public function buildQuickForm() { parent::buildQuickForm(); + $this->setPageTitle(ts('Contact Type')); + if ($this->_action & CRM_Core_Action::DELETE) { return; } @@ -153,5 +155,6 @@ class CRM_Admin_Form_ContactType extends CRM_Admin_Form { array(1 => $contactType->label) ), ts('Saved'), 'success'); } + }