Skip to content

Commit

Permalink
dev/core#3513 Remove 'done' from sumary/import monitoring page
Browse files Browse the repository at this point in the history
See dev/core#3513 for why it's confusing
  • Loading branch information
eileenmcnaughton committed Jun 11, 2022
1 parent bd8c4d2 commit 1c3d49a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions CRM/Import/Form/Summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
1 change: 0 additions & 1 deletion templates/CRM/Contact/Import/Form/Summary.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,4 @@

</table>

<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>

0 comments on commit 1c3d49a

Please sign in to comment.