From c8825691637f0584586efa2b16e2f3a86d86b1a1 Mon Sep 17 00:00:00 2001 From: Justin Freeman Date: Mon, 20 Sep 2021 11:05:05 +1000 Subject: [PATCH] CIVIBLD-280 View Contribution page, move the Done button to the last button, currently shown in the middle --- templates/CRM/Contribute/Form/ContributionView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/ContributionView.tpl b/templates/CRM/Contribute/Form/ContributionView.tpl index 377ea50554..460f7b41e4 100644 --- a/templates/CRM/Contribute/Form/ContributionView.tpl +++ b/templates/CRM/Contribute/Form/ContributionView.tpl @@ -32,7 +32,6 @@ {ts}Delete{/ts} {/if} - {include file="CRM/common/formButtons.tpl" location="top"} {assign var='pdfUrlParams' value="reset=1&id=$id&cid=$contact_id"} {assign var='emailUrlParams' value="reset=1&id=$id&cid=$contact_id&select=email"} {if $invoicing && empty($is_template)} @@ -49,6 +48,7 @@ {ts}Email Invoice{/ts} {/if} + {include file="CRM/common/formButtons.tpl" location="top"} -- 2.25.1