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:
b1e077e
)
CRM-14690 - Use correct action name for submit button
author
Coleman Watts
<coleman@civicrm.org>
Mon, 9 Jun 2014 13:50:18 +0000
(14:50 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 9 Jun 2014 13:50:18 +0000
(14:50 +0100)
CRM/Custom/Form/Field.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Custom/Form/Field.php
b/CRM/Custom/Form/Field.php
index bf63a9fc2dea2e8211ac3b27c0988296cb9a9912..4c368c8ae29f618785747b62877640ee49f5cae9 100644
(file)
--- a/
CRM/Custom/Form/Field.php
+++ b/
CRM/Custom/Form/Field.php
@@
-527,7
+527,7
@@
class CRM_Custom_Form_Field extends CRM_Core_Form {
// add buttons
$this->addButtons(array(
array(
- 'type' => '
next
',
+ 'type' => '
done
',
'name' => ts('Save'),
'isDefault' => TRUE,
),