diff --git a/CRM/Contribute/Page/PaymentInfo.php b/CRM/Contribute/Page/PaymentInfo.php index 00072cd0c881..d8c1f9a6a00f 100644 --- a/CRM/Contribute/Page/PaymentInfo.php +++ b/CRM/Contribute/Page/PaymentInfo.php @@ -27,9 +27,6 @@ public function preProcess() { $this->assign('id', $this->_id); $this->assign('context', $this->_context); $this->assign('component', $this->_component); - if ($this->_component != 'event') { - $this->assign('hideButtonLinks', TRUE); - } } public function browse() { diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index ad4ed127dde0..cd129712b179 100644 --- a/templates/CRM/Contribute/Page/PaymentInfo.tpl +++ b/templates/CRM/Contribute/Page/PaymentInfo.tpl @@ -48,23 +48,8 @@ CRM.$(function($) {