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..046d353dd14d 100644 --- a/templates/CRM/Contact/Import/Form/Summary.tpl +++ b/templates/CRM/Contact/Import/Form/Summary.tpl @@ -53,7 +53,6 @@
{/if} - {* Summary of Import Results (record counts) *}{ts}Total Rows{/ts} | @@ -124,5 +123,4 @@