From cc4d548d7d8b0e820884bc734ed6058ab5be813f Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Sun, 5 Jun 2022 16:20:01 -0400 Subject: [PATCH] Mailing List Subscription: remove the cancel button --- CRM/Mailing/Form/Subscribe.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Mailing/Form/Subscribe.php b/CRM/Mailing/Form/Subscribe.php index 2f045d42c7..e0fab640c5 100644 --- 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'), - ], ]); } -- 2.25.1