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:
b586573
)
Mailing List Subscription: remove the cancel button
author
Mathieu Lutfy
<mathieu@symbiotic.coop>
Sun, 5 Jun 2022 20:20:01 +0000
(16:20 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Sun, 5 Jun 2022 20:20:01 +0000
(16:20 -0400)
CRM/Mailing/Form/Subscribe.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/Form/Subscribe.php
b/CRM/Mailing/Form/Subscribe.php
index 2f045d42c71ace70e76998fad56fe51c602052f2..e0fab640c5a4b4baf8c65babf34c56bcb4dbe660 100644
(file)
--- a/
CRM/Mailing/Form/Subscribe.php
+++ b/
CRM/Mailing/Form/Subscribe.php
@@
-119,10
+119,6
@@
ORDER BY title";
'name' => ts('Subscribe'),
'isDefault' => TRUE,
],
- [
- 'type' => 'cancel',
- 'name' => ts('Cancel'),
- ],
]);
}