CRM-14697 - Fix to make 'Add Discount Set to Fee Table' button not use ajax
authorColeman Watts <coleman@civicrm.org>
Tue, 10 Jun 2014 19:16:40 +0000 (20:16 +0100)
committerColeman Watts <coleman@civicrm.org>
Tue, 10 Jun 2014 19:16:40 +0000 (20:16 +0100)
CRM/Event/Form/ManageEvent/Fee.php

index ad48818cda2beed49ae771fe05171223d5f4e70b..879d851f20bb18c7a50d6f537c1fc294db0bf651 100644 (file)
@@ -386,7 +386,7 @@ class CRM_Event_Form_ManageEvent_Fee extends CRM_Event_Form_ManageEvent {
     }
     $_showHide->addToTemplate();
     $this->addElement('submit', $this->getButtonName('submit'), ts('Add Discount Set to Fee Table'),
-      array('class' => 'form-submit')
+      array('class' => 'form-submit cancel')
     );
 
     $this->buildAmountLabel();