From 1c3d49a377440cad90dd236be71546b9beded65a Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 11 Jun 2022 14:59:20 +1200 Subject: [PATCH] dev/core#3513 Remove 'done' from sumary/import monitoring page See dev/core#3513 for why it's confusing --- CRM/Import/Form/Summary.php | 13 ------------- templates/CRM/Contact/Import/Form/Summary.tpl | 1 - 2 files changed, 14 deletions(-) diff --git a/CRM/Import/Form/Summary.php b/CRM/Import/Form/Summary.php index 352d9f27cf71..efb521a39bf0 100644 --- a/CRM/Import/Form/Summary.php +++ b/CRM/Import/Form/Summary.php @@ -34,19 +34,6 @@ public function preProcess() { $this->assignOutputURLs(); } - /** - * Build the form object. - */ - public function buildQuickForm() { - $this->addButtons(array( - array( - 'type' => 'next', - 'name' => ts('Done'), - 'isDefault' => TRUE, - ), - )); - } - /** * Return a descriptive name for the page, used in wizard header. * diff --git a/templates/CRM/Contact/Import/Form/Summary.tpl b/templates/CRM/Contact/Import/Form/Summary.tpl index 0aa01607fd0f..19dd1785f8b2 100644 --- a/templates/CRM/Contact/Import/Form/Summary.tpl +++ b/templates/CRM/Contact/Import/Form/Summary.tpl @@ -124,5 +124,4 @@ -
{include file="CRM/common/formButtons.tpl" location="bottom"}