Display first column (labels) correctly on import preview/summary tables when using...
authorMatthew Wire (MJW Consulting) <mjw@mjwconsult.co.uk>
Sat, 8 Sep 2018 13:07:38 +0000 (14:07 +0100)
committerMatthew Wire (MJW Consulting) <mjw@mjwconsult.co.uk>
Mon, 10 Sep 2018 14:48:59 +0000 (15:48 +0100)
templates/CRM/Activity/Import/Form/Preview.tpl
templates/CRM/Activity/Import/Form/Summary.tpl
templates/CRM/Contact/Import/Form/Preview.tpl
templates/CRM/Contact/Import/Form/Summary.tpl
templates/CRM/Contribute/Import/Form/Preview.tpl
templates/CRM/Contribute/Import/Form/Summary.tpl
templates/CRM/Event/Import/Form/Preview.tpl
templates/CRM/Event/Import/Form/Summary.tpl

index c71111ef8177aebe01e2c8062ee8f733c50a4feb..007f3d4f166b3c74d4fac5657d3f979852e8028c 100644 (file)
  {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}
@@ -71,7 +71,7 @@
     {/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}
@@ -81,7 +81,7 @@
     </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>
index 614ef3a1f5eb48aa947bb48661e7ee2999fba2de..b6f7afb0dce48b32fcf4f96a3c6aee4b91300279 100644 (file)
  <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}
@@ -91,7 +91,7 @@
     {/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>
index a2ab5af0186b6f35768cd7d2325f47a305e0f60e..4f4a5a9ee116f8a3fda2a896a4db0fdf1b180b27 100644 (file)
 <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}
@@ -71,7 +71,7 @@
     {/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}
@@ -82,7 +82,7 @@
     {/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>
index 503dd3c8b530d5d4262b98cc815e04b0ef97f0c4..6ac1b035548b2ce56409f1a5cbaf86e3f06bdfc7 100644 (file)
  <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}
@@ -98,7 +98,7 @@
     {/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>:
index a7b12ca87ffc9c422f6d88793d64fb86812e851f..ba4f6f597c751e6c690034af211184ef235855b2 100644 (file)
  {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}
@@ -70,7 +70,7 @@
     {/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}
@@ -80,7 +80,7 @@
     </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>
index 869f42b6cff2433f3bcb8ca0a0e68e658d5f44ee..53f71b29f42cc988ef4237b31eef10a54b92caf1 100644 (file)
  <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>
index 2eee02b10dca5656e1dacc6cc3fc4ad5478f4015..703a9cce6242a56482bcfaa6a04ca2b7c8a2025e 100644 (file)
 </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}
@@ -73,7 +73,7 @@
     {/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}
@@ -83,7 +83,7 @@
     </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>
index c8e13e3829f38ef8abf2aeb6c680aa5db6b85a4f..95b53db619b8d50d9e24caf7f961f8cf600eaea1 100644 (file)
 </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}
@@ -95,7 +95,7 @@
     {/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>