{include file="CRM/common/importProgress.tpl"}
{* Summary Preview (record counts) *}
<table id="preview-counts" class="report">
- <tr><td class="label">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total rows (activity records) in uploaded file.{/ts}</td>
</tr>
{if $invalidRowCount}
- <tr class="error"><td class="label">{ts}Rows with Errors{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Rows with Errors{/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows{/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting transaction ids within this file. These rows will be skipped (not imported).{/ts}
{if $conflictRowCount}
</tr>
{/if}
- <tr><td class="label">{ts}Valid Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Valid Rows{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Total rows to be imported.{/ts}</td>
</tr>
<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">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total rows (activity records) in uploaded file.{/ts}</td>
</tr>
{if $invalidRowCount }
- <tr class="error"><td class="label">{ts}Invalid Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Invalid Rows (skipped){/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $unMatchCount }
- <tr class="error"><td class="label">{ts}Mismatched Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Mismatched Rows (skipped){/ts}</td>
<td class="data">{$unMatchCount}</td>
<td class="explanation">{ts}Rows with mismatched activity IDs (NOT updated).{/ts}
{if $unMatchCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows (skipped){/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting transaction IDs (NOT imported).{/ts}
{if $conflictRowCount}
{/if}
{if $duplicateRowCount}
- <tr class="error"><td class="label">{ts}Duplicate Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Duplicate Rows{/ts}</td>
<td class="data">{$duplicateRowCount}</td>
<td class="explanation">{ts}Rows which are duplicates of existing CiviCRM activity records.{/ts} {$dupeActionString}
{if $duplicateRowCount}
</tr>
{/if}
- <tr><td class="label">{ts}Records Imported{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Records Imported{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Rows imported successfully.{/ts}</td>
</tr>
<div id="preview-info">
{* Summary Preview (record counts) *}
<table id="preview-counts" class="report">
- <tr><td class="label">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total number of rows in the imported data.{/ts}</td>
</tr>
{if $invalidRowCount}
- <tr class="error"><td class="label">{ts}Rows with Errors{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Rows with Errors{/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields (for example, invalid email address formatting). These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows{/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting email addresses within this file. These rows will be skipped (not imported).{/ts}
{if $conflictRowCount}
{/if}
<tr>
- <td class="label">{ts}Valid Rows{/ts}</td>
+ <td class="label crm-grid-cell">{ts}Valid Rows{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Total rows to be imported.{/ts}</td>
</tr>
<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">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total number of rows in the imported data.{/ts}</td>
</tr>
{if $invalidRowCount }
- <tr class="error"><td class="label">{ts}Invalid Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Invalid Rows (skipped){/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields (for example, invalid email address formatting). These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $unMatchCount }
- <tr class="error"><td class="label">{ts}Mismatched Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Mismatched Rows (skipped){/ts}</td>
<td class="data">{$unMatchCount}</td>
<td class="explanation">{ts}Rows with mismatched contact IDs... (NOT updated).{/ts}
{if $unMatchCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows (skipped){/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting email addresses (NOT imported).{/ts}
{if $conflictRowCount}
{/if}
{if $duplicateRowCount && $dupeError}
- <tr class="error"><td class="label">{ts}Duplicate Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Duplicate Rows{/ts}</td>
<td class="data">{$duplicateRowCount}</td>
<td class="explanation">{ts}Rows which are duplicates of existing CiviCRM contact records.{/ts} {$dupeActionString}
{if $duplicateRowCount}
</tr>
{/if}
- <tr><td class="label">{ts}Total Contacts{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Contacts{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Total number of contact records created or modified during the import.{/ts}</td>
</tr>
{if $groupAdditions}
- <tr><td class="label">{ts}Import to Groups{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Import to Groups{/ts}</td>
<td colspan="2" class="explanation">
{foreach from="$groupAdditions" item="group"}
<label><a href="{$group.url}">{$group.name}</a></label>:
{/if}
{if $tagAdditions}
- <tr><td class="label">{ts}Tagged Imported Contacts{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Tagged Imported Contacts{/ts}</td>
<td colspan="2" class="explanation">
{foreach from="$tagAdditions" item="tag"}
<label>{$tag.name}</label>:
{include file="CRM/common/importProgress.tpl"}
{* Summary Preview (record counts) *}
<table id="preview-counts" class="report">
- <tr><td class="label">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total rows (contribution records) in uploaded file.{/ts}</td>
</tr>
{if $invalidRowCount}
- <tr class="error"><td class="label">{ts}Rows with Errors{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Rows with Errors{/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows{/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting transaction ids within this file. These rows will be skipped (not imported).{/ts}
{if $conflictRowCount}
</tr>
{/if}
- <tr><td class="label">{ts}Valid Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Valid Rows{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Total rows to be imported.{/ts}</td>
</tr>
<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">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total rows (contribution records) in uploaded file.{/ts}</td>
</tr>
{if $invalidRowCount }
- <tr class="error"><td class="label">{ts}Invalid Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Invalid Rows (skipped){/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows have been skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $validSoftCreditRowCount }
- <tr><td class="label">{ts}Soft Credits{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Soft Credits{/ts}</td>
<td class="data">{$validSoftCreditRowCount}</td>
<td class="explanation">{ts}Rows where a soft credit was successfully assigned to a contact.{/ts}</td>
</tr>
{/if}
{if $invalidSoftCreditRowCount }
- <tr class="error"><td class="label">{ts}Unmatched Soft Credit Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Unmatched Soft Credit Rows (skipped){/ts}</td>
<td class="data">{$invalidSoftCreditRowCount}</td>
<td class="explanation">{ts}Rows with a requested soft credit assignment where no matching contact was found (based on the supplied soft credit contact data). These contribution rows have been skipped (not imported).{/ts}
{if $invalidSoftCreditRowCount}
{/if}
{if $validPledgePaymentRowCount }
- <tr><td class="label">{ts}Pledge Payments Applied{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Pledge Payments Applied{/ts}</td>
<td class="data">{$validPledgePaymentRowCount}</td>
<td class="explanation">{ts}Rows with a pledge payment successfully applied.{/ts}</td>
</tr>
{/if}
{if $invalidPledgePaymentRowCount }
- <tr class="error"><td class="label">{ts}Invalid Pledge Payment Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Invalid Pledge Payment Rows (skipped){/ts}</td>
<td class="data">{$invalidPledgePaymentRowCount}</td>
<td class="explanation">{ts}Rows marked as pledge payments where the contributor and / or contribution amount could not be matched to a pending pledge payment. These contribution rows have been skipped (not imported).{/ts}
{if $invalidPledgePaymentRowCount}
</tr>
{/if}
{if $unMatchCount }
- <tr class="error"><td class="label">{ts}Mismatched Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Mismatched Rows (skipped){/ts}</td>
<td class="data">{$unMatchCount}</td>
<td class="explanation">{ts}Rows with mismatched contribution IDs... (NOT updated).{/ts}
{if $unMatchCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows (skipped){/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting transaction IDs (NOT imported).{/ts}
{if $conflictRowCount}
{/if}
{if $duplicateRowCount}
- <tr class="error"><td class="label">{ts}Duplicate Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Duplicate Rows{/ts}</td>
<td class="data">{$duplicateRowCount}</td>
<td class="explanation">{ts}Rows which are duplicates of existing CiviCRM contribution records.{/ts} {$dupeActionString}
{if $duplicateRowCount}
</tr>
{/if}
- <tr><td class="label">{ts}Records Imported{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Records Imported{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Total number of rows imported successfully.{/ts}</td>
</tr>
</div>
{* Summary Preview (record counts) *}
<table id="preview-counts" class="report">
- <tr><td class="label">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total rows (participant records) in uploaded file.{/ts}</td>
</tr>
{if $invalidRowCount}
- <tr class="error"><td class="label">{ts}Rows with Errors{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Rows with Errors{/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows{/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting participant IDs within this file. These rows will be skipped (not imported).{/ts}
{if $conflictRowCount}
</tr>
{/if}
- <tr><td class="label">{ts}Valid Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Valid Rows{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Total rows to be imported.{/ts}</td>
</tr>
</div>
{* Summary of Import Results (record counts) *}
<table id="summary-counts" class="report">
- <tr><td class="label">{ts}Total Rows{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Total Rows{/ts}</td>
<td class="data">{$totalRowCount}</td>
<td class="explanation">{ts}Total rows (participant records) in uploaded file.{/ts}</td>
</tr>
{if $invalidRowCount }
- <tr class="error"><td class="label">{ts}Invalid Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Invalid Rows (skipped){/ts}</td>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
{/if}
{if $unMatchCount }
- <tr class="error"><td class="label">{ts}Mismatched Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Mismatched Rows (skipped){/ts}</td>
<td class="data">{$unMatchCount}</td>
<td class="explanation">{ts}Rows with mismatched participant IDs... (NOT updated).{/ts}
{if $unMatchCount}
{/if}
{if $conflictRowCount}
- <tr class="error"><td class="label">{ts}Conflicting Rows (skipped){/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Conflicting Rows (skipped){/ts}</td>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting participant IDs (NOT imported).{/ts}
{if $conflictRowCount}
{/if}
{if $duplicateRowCount}
- <tr class="error"><td class="label">{ts}Duplicate Rows{/ts}</td>
+ <tr class="error"><td class="label crm-grid-cell">{ts}Duplicate Rows{/ts}</td>
<td class="data">{$duplicateRowCount}</td>
<td class="explanation">{ts}Rows which are duplicates of existing CiviCRM participant records.{/ts} {$dupeActionString}
{if $duplicateRowCount}
</tr>
{/if}
- <tr><td class="label">{ts}Records Imported{/ts}</td>
+ <tr><td class="label crm-grid-cell">{ts}Records Imported{/ts}</td>
<td class="data">{$validRowCount}</td>
<td class="explanation">{ts}Rows imported successfully.{/ts}</td>
</tr>