remove tabs (whitespace only)
[civicrm-core.git] / templates / CRM / Financial / Page / FinancialType.tpl
index a58a5d070b1f4ff0032e38735afb1e8ff159ebea..f2b7d5476670a3ba55246017bbd0f3111bbffa06 100644 (file)
 <p></p>
     <div class="form-item">
         {strip}
-       {* handle enable/disable actions*}
-       {include file="CRM/common/enableDisable.tpl"}
+  {* handle enable/disable actions*}
+   {include file="CRM/common/enableDisable.tpl"}
         <table cellpadding="0" cellspacing="0" border="0">
            <thead class="sticky">
             <th>{ts}Name{/ts}</th>
             <th>{ts}Description{/ts}</th>
-           <th>{ts}Financial Accounts{/ts}</th>
+      <th>{ts}Financial Accounts{/ts}</th>
             <th>{ts}Deductible?{/ts}</th>
             <th>{ts}Reserved?{/ts}</th>
             <th>{ts}Enabled?{/ts}</th>
           </thead>
          {foreach from=$rows item=row}
         <tr id="row_{$row.id}"class="{cycle values="odd-row,even-row"} {$row.class}{if NOT $row.is_active} disabled{/if}">
-               <td>{$row.name}</td>    
-               <td>{$row.description}</td>
-                <td>{$row.financial_account}</td>
-               <td>{if $row.is_deductible eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
-               <td>{if $row.is_reserved eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
-               <td id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
-               <td>{$row.action|replace:'xx':$row.id}</td>
+          <td>{$row.name}</td>
+          <td>{$row.description}</td>
+     <td>{$row.financial_account}</td>
+          <td>{if $row.is_deductible eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
+          <td>{if $row.is_reserved eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
+          <td id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
+          <td>{$row.action|replace:'xx':$row.id}</td>
         </tr>
         {/foreach}
          </table>
         {/strip}
 
         {if $action ne 1 and $action ne 2}
-           <div class="action-link">
-       <a href="{crmURL q="action=add&reset=1"}" id="newFinancialType" class="button"><span><div class="icon add-icon"></div>{ts}Add Financial Type{/ts}</span></a>
+      <div class="action-link">
+      <a href="{crmURL q="action=add&reset=1"}" id="newFinancialType" class="button"><span><div class="icon add-icon"></div>{ts}Add Financial Type{/ts}</span></a>
         </div>
         {/if}
     </div>
@@ -76,6 +76,6 @@
         <div class="icon inform-icon"></div>
         {capture assign=crmURL}{crmURL q="action=add&reset=1"}{/capture}
         {ts 1=$crmURL}There are no Financial Types entered. You can <a href='%1'>add one</a>.{/ts}
-    </div>    
+    </div>
 {/if}
 {/if}