projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18469bf
)
CRM-14697 - Fix to make 'Add Discount Set to Fee Table' button not use ajax
author
Coleman Watts
<coleman@civicrm.org>
Tue, 10 Jun 2014 19:16:40 +0000
(20:16 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 10 Jun 2014 19:16:40 +0000
(20:16 +0100)
CRM/Event/Form/ManageEvent/Fee.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/ManageEvent/Fee.php
b/CRM/Event/Form/ManageEvent/Fee.php
index ad48818cda2beed49ae771fe05171223d5f4e70b..879d851f20bb18c7a50d6f537c1fc294db0bf651 100644
(file)
--- a/
CRM/Event/Form/ManageEvent/Fee.php
+++ b/
CRM/Event/Form/ManageEvent/Fee.php
@@
-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();