send most action links thru hook_civicrm_links
[civicrm-core.git] / CRM / Contribute / Page / Tab.php
index 85a969589e1e6e7563a6c8ef484bd1c6bd788180..d80848fcded6dd5f191f2ebf90ae5fe7680053f9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -193,7 +193,12 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page {
               'cid' => $this->_contactId,
               'crid' => $ids,
               'cxt' => 'contribution',
-            )
+            ),
+            ts('more'),
+            FALSE,
+            'contribution.selector.recurring',
+            'Contribution',
+            $ids
           );
         }
       }
@@ -220,7 +225,12 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page {
             'cxt' => 'contribution',
             'contributionType' => $honorId['type_id'],
             'honorId' => $this->_contactId,
-          )
+          ),
+          ts('more'),
+          FALSE,
+          'contribution.selector.honoree',
+          'Contribution',
+          $ids
         );
       }