From 77bc0456aa7a50260478fbc5d50849e55fb353fa Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Thu, 6 Aug 2020 14:31:40 -0400 Subject: [PATCH] dev/core#1905 force backend links for new "configure" buttons --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 2 +- templates/CRM/Event/Form/Registration/Register.tpl | 2 +- templates/CRM/Price/Form/PriceSet.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 5e7e66e467..d6ef535aae 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -58,7 +58,7 @@ {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') } {capture assign="buttonTitle"}{ts}Configure Contribution Page{/ts}{/capture} - {crmButton target="_blank" p="civicrm/admin/contribute/settings" q="reset=1&action=update&id=`$contributionPageID`" title="$buttonTitle" icon="fa-wrench"}{ts}Configure{/ts}{/crmButton} + {crmButton target="_blank" p="civicrm/admin/contribute/settings" q="reset=1&action=update&id=`$contributionPageID`" fb=1 title="$buttonTitle" icon="fa-wrench"}{ts}Configure{/ts}{/crmButton}
{/if} {include file="CRM/common/TrackingFields.tpl"} diff --git a/templates/CRM/Event/Form/Registration/Register.tpl b/templates/CRM/Event/Form/Registration/Register.tpl index 80df777fe9..cc4dedfac3 100644 --- a/templates/CRM/Event/Form/Registration/Register.tpl +++ b/templates/CRM/Event/Form/Registration/Register.tpl @@ -9,7 +9,7 @@ *} {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') } {capture assign="buttonTitle"}{ts}Configure Event{/ts}{/capture} - {crmButton target="_blank" p="civicrm/event/manage/settings" q="reset=1&action=update&id=`$event.id`" title="$buttonTitle" icon="fa-wrench"}{ts}Configure{/ts}{/crmButton} + {crmButton target="_blank" p="civicrm/event/manage/settings" q="reset=1&action=update&id=`$event.id`" fb=1 title="$buttonTitle" icon="fa-wrench"}{ts}Configure{/ts}{/crmButton}
{/if} {* Callback snippet: Load payment processor *} diff --git a/templates/CRM/Price/Form/PriceSet.tpl b/templates/CRM/Price/Form/PriceSet.tpl index 480f9b9e3f..f2b56eb2b6 100644 --- a/templates/CRM/Price/Form/PriceSet.tpl +++ b/templates/CRM/Price/Form/PriceSet.tpl @@ -18,7 +18,7 @@ {assign var='adminFld' value=true} {if $priceSet.id && !$priceSet.is_quick_config}
- + {icon icon="fa-wrench"}{ts}Edit Price Set{/ts}{/icon}
-- 2.25.1