From f05df765cd3fc503d117206ef1598aee8f96acd0 Mon Sep 17 00:00:00 2001 From: Mihael Mladenov Date: Tue, 14 Nov 2017 14:23:08 +0200 Subject: [PATCH 1/3] NDI-14: Removed duplicate submit buttons on Cancel Event Participants page --- templates/CRM/Event/Form/Task/Cancel.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/CRM/Event/Form/Task/Cancel.tpl b/templates/CRM/Event/Form/Task/Cancel.tpl index 14b75bd5e87c..f4f98ae32663 100644 --- a/templates/CRM/Event/Form/Task/Cancel.tpl +++ b/templates/CRM/Event/Form/Task/Cancel.tpl @@ -25,9 +25,6 @@ *} {* Confirmation of Cancel Registration *}
-
- {include file="CRM/common/formButtons.tpl" location="top"} -
From 6b671acad95ffdc99a29402892277b5a7f6c1286 Mon Sep 17 00:00:00 2001 From: Mihael Mladenov Date: Tue, 14 Nov 2017 21:18:49 +0200 Subject: [PATCH 2/3] NDI-14: Changed label of cancel event participants submit button --- CRM/Event/Form/Task/Cancel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/Task/Cancel.php b/CRM/Event/Form/Task/Cancel.php index bc3956a34a99..baf747583ccc 100644 --- a/CRM/Event/Form/Task/Cancel.php +++ b/CRM/Event/Form/Task/Cancel.php @@ -65,7 +65,7 @@ public function preProcess() { public function buildQuickForm() { CRM_Utils_System::setTitle(ts('Cancel Registration for Event Participation')); $session = CRM_Core_Session::singleton(); - $this->addDefaultButtons(ts('Continue'), 'done'); + $this->addDefaultButtons(ts('Cancel Registrations'), 'done'); } /** From e430a93e720cddd84fdc22d075c6b1407f1be56b Mon Sep 17 00:00:00 2001 From: Mihael Mladenov Date: Tue, 14 Nov 2017 23:17:42 +0200 Subject: [PATCH 3/3] NDI-14: Removed top submit buttons on Delete Event Participants task --- templates/CRM/Event/Form/Task/Delete.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/CRM/Event/Form/Task/Delete.tpl b/templates/CRM/Event/Form/Task/Delete.tpl index 9a43c29eec0c..9871e267e6f9 100644 --- a/templates/CRM/Event/Form/Task/Delete.tpl +++ b/templates/CRM/Event/Form/Task/Delete.tpl @@ -25,9 +25,6 @@ *} {* Confirmation of participation deletes *}
-
- {include file="CRM/common/formButtons.tpl" location="top"} -