Skip to content
Snippets Groups Projects
Unverified Commit a9309042 authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #23766 from eileenmcnaughton/cont_up

#3513 Remove 'done' from sumary/import monitoring page
parents fda805c0 ed62b6c2
No related branches found
No related tags found
No related merge requests found
......@@ -34,19 +34,6 @@ abstract class CRM_Import_Form_Summary extends CRM_Import_Forms {
$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.
*
......
......@@ -53,7 +53,6 @@
</p>
{/if}
</div>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{* Summary of Import Results (record counts) *}
<table id="summary-counts" class="report">
<tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
......@@ -124,5 +123,4 @@
</table>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment