Mailing List Subscription: remove the cancel button
authorMathieu Lutfy <mathieu@symbiotic.coop>
Sun, 5 Jun 2022 20:20:01 +0000 (16:20 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Sun, 5 Jun 2022 20:20:01 +0000 (16:20 -0400)
CRM/Mailing/Form/Subscribe.php

index 2f045d42c71ace70e76998fad56fe51c602052f2..e0fab640c5a4b4baf8c65babf34c56bcb4dbe660 100644 (file)
@@ -119,10 +119,6 @@ ORDER BY title";
         'name' => ts('Subscribe'),
         'isDefault' => TRUE,
       ],
-      [
-        'type' => 'cancel',
-        'name' => ts('Cancel'),
-      ],
     ]);
   }