Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2013-12-09-17-00-10
[civicrm-core.git] / CRM / Admin / Page / ContactType.php
index 5ed8f35a9fff7513ad5470f4793514259aeaba09..3c191525f5eb8e6f6b7967f5672077f8069254ba 100644 (file)
@@ -127,7 +127,12 @@ class CRM_Admin_Page_ContactType extends CRM_Core_Page_Basic {
         }
       }
       $rows[$key]['action'] = CRM_Core_Action::formLink(self::links(), $mask,
-        array('id' => $value['id'])
+        array('id' => $value['id']),
+        ts('more'),
+        FALSE,
+        'contactType.manage.action',
+        'ContactType',
+        $value['id']
       );
     }
     $this->assign('rows', $rows);