send most action links thru hook_civicrm_links
[civicrm-core.git] / CRM / Price / Page / Set.php
index c233468a278d28f37cf2183b21c142175040da60..d5767a06050cf38721f164b07130b99388e4f4a1 100644 (file)
@@ -300,7 +300,12 @@ class CRM_Price_Page_Set extends CRM_Core_Page {
         $actionLinks[CRM_Core_Action::BROWSE]['name'] = 'View Price Fields';
       }
       $priceSet[$dao->id]['action'] = CRM_Core_Action::formLink($actionLinks, $action,
-        array('sid' => $dao->id)
+        array('sid' => $dao->id),
+        ts('more'),
+        FALSE,
+        'priceSet.row.actions',
+        'PriceSet',
+        $dao->id
       );
     }
     $this->assign('rows', $priceSet);