send most action links thru hook_civicrm_links
[civicrm-core.git] / CRM / Admin / Page / MessageTemplates.php
index 597d5d51a8f6a99e6061f62e578887a9923ccdba..a2a834b7fd89b753a9da2c81146c494e571beee6 100644 (file)
@@ -155,7 +155,13 @@ class CRM_Admin_Page_MessageTemplates extends CRM_Core_Page_Basic {
       $values['action'] = CRM_Core_Action::formLink($links, $action, array(
         'id' => $object->id,
           'orig_id' => CRM_Utils_Array::value($object->id, $this->_revertible),
-        ));
+        ),
+        ts('more'),
+        FALSE,
+        'messageTemplate.manage.action',
+        'MessageTemplate',
+        $object->id
+      );
     }
     else {
       $action &= ~CRM_Core_Action::REVERT;