Skip to content

Commit

Permalink
use buttons instead of buttons, but only when not 4, but also if it's 4
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Dec 4, 2023
1 parent b3977df commit 44d2393
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions templates/CRM/Custom/Form/Field.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,7 @@
</td>
</tr>
</table>
{if $action ne 4}
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
{else}
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
{/if}
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
{literal}
<script type="text/javascript">
Expand Down

0 comments on commit 44d2393

Please sign in to comment.