Skip to content

Commit

Permalink
Merge pull request #11811 from mukeshcompucorp/fix-template-structure…
Browse files Browse the repository at this point in the history
…-issues

Fix transaction template
  • Loading branch information
eileenmcnaughton authored Mar 14, 2018
2 parents e2671f3 + c95f81b commit 596f50b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions templates/CRM/Financial/Form/BatchTransaction.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,22 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr>
<td class="font-size12pt" colspan="2">{$form.sort_name.label}&nbsp;&nbsp;{$form.sort_name.html|crmAddClass:'twenty'}</td>
<td class="font-size12pt" colspan="2">
{$form.sort_name.label}<br>
{$form.sort_name.html|crmAddClass:'twenty'}
</td>
</tr>
<tr>
{if $form.contact_tags}
<td><label>{ts}Contributor Tag(s){/ts}</label>
<td>
<label>{ts}Contributor Tag(s){/ts}</label><br>
{$form.contact_tags.html}
</td>
{else}
<td>&nbsp;</td>
{/if}
{if $form.group}
<td><label>{ts}Contributor Group(s){/ts}</label>
<td><label>{ts}Contributor Group(s){/ts}</label><br>
{$form.group.html}
</td>
{else}
Expand Down

0 comments on commit 596f50b

Please sign in to comment.