See dev/core#3513 for why it's confusing
$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.
*
</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>
</table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>