put relationship ahead of account name
authorAndrew Hunt <andrew@aghstrategies.com>
Tue, 30 Apr 2013 19:41:47 +0000 (15:41 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Tue, 30 Apr 2013 19:41:47 +0000 (15:41 -0400)
templates/CRM/Financial/Page/FinancialTypeAccount.tpl

index 42f6558ff29afa993e2d6ba578a9b961a9cd0555..8eaa3773eab093be9b96f45c7a420469a0b61b29 100644 (file)
@@ -40,8 +40,8 @@
          {include file="CRM/common/enableDisable.tpl"}
       <table cellpadding="0" cellspacing="0" border="0">
         <thead class="sticky">
-          <th>{ts}Financial Account{/ts}</th>
           <th>{ts}Relationship{/ts}</th>
+          <th>{ts}Financial Account{/ts}</th>
           <th>{ts}Accounting Code{/ts}</th>
           <th>{ts}Account Type (Code){/ts}</th>
           <th>{ts}Owned By{/ts}</th>
@@ -50,8 +50,8 @@
         </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.financial_account}</td>       
                <td>{$row.account_relationship}</td>
+               <td>{$row.financial_account}</td>       
                      <td>{$row.accounting_code}</td>   
                      <td>{$row.financial_account_type}{if $row.account_type_code} ({$row.account_type_code}){/if}</td> 
                <td>{$row.owned_by}</td>
@@ -77,4 +77,4 @@
           {ts 1=$crmURL}There are no financial accounts assigned to this financial type. You can <a href='%1'>assign one</a>.{/ts}
       </div>    
   {/if}
-{/if}
\ No newline at end of file
+{/if}