Tpl cleanup - whitespace, wrong closing tag
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 7 Apr 2022 00:22:59 +0000 (12:22 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 7 Apr 2022 00:22:59 +0000 (12:22 +1200)
templates/CRM/Contribute/Import/Form/MapTable.tpl

index 3a8cad5515bbd4345a45bb92072c04719de592a5..41c6fb239938cb0c2838ff6d8881d21f1bd11aa8 100644 (file)
     {strip}
     <table>
       {if $savedMappingName}
-        <tr class="columnheader-dark"><th colspan="4">{ts 1=$savedMappingName}Saved Field Mapping: %1{/ts}</td></tr>
+        <tr class="columnheader-dark"><th colspan="4">{ts 1=$savedMappingName}Saved Field Mapping: %1{/ts}</th></tr>
       {/if}
         <tr class="columnheader">
-            {section name=rows loop=$rowDisplayCount}
-       {if $skipColumnHeader }
-                   {if $smarty.section.rows.iteration == 1}
-                     <th>{ts}Column Headers{/ts}</th>
-                   {else}
-                     <th>{ts 1=$smarty.section.rows.iteration}Import Data (row %1){/ts}</th>
-                   {/if}
-          {else}
-                  <th>{ts 1=$smarty.section.rows.iteration}Import Data (row %1){/ts}</th>
-                {/if}
-            {/section}
+          {section name=rows loop=$rowDisplayCount}
+            {if $skipColumnHeader }
+              {if $smarty.section.rows.iteration == 1}
+                <th>{ts}Column Headers{/ts}</th>
+              {else}
+                <th>{ts 1=$smarty.section.rows.iteration}Import Data (row %1){/ts}</th>
+              {/if}
+            {else}
+              <th>{ts 1=$smarty.section.rows.iteration}Import Data (row %1){/ts}</th>
+            {/if}
+          {/section}
 
-            <th>{ts}Matching CiviCRM Field{/ts}</th>
+          <th>{ts}Matching CiviCRM Field{/ts}</th>
         </tr>
 
         {*Loop on columns parsed from the import data rows*}