Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
ed62b6c2
Commit
ed62b6c2
authored
2 years ago
by
Eileen McNaughton
Browse files
Options
Downloads
Patches
Plain Diff
#3513
Remove 'done' from sumary/import monitoring page
See
#3513
for why it's confusing
parent
bd8c4d2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRM/Import/Form/Summary.php
+0
-13
0 additions, 13 deletions
CRM/Import/Form/Summary.php
templates/CRM/Contact/Import/Form/Summary.tpl
+0
-2
0 additions, 2 deletions
templates/CRM/Contact/Import/Form/Summary.tpl
with
0 additions
and
15 deletions
CRM/Import/Form/Summary.php
+
0
−
13
View file @
ed62b6c2
...
...
@@ -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.
*
...
...
This diff is collapsed.
Click to expand it.
templates/CRM/Contact/Import/Form/Summary.tpl
+
0
−
2
View file @
ed62b6c2
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment