From: Bradley Taylor Date: Fri, 15 Apr 2022 08:59:19 +0000 (+0100) Subject: Add nodefaults to group edit form X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=58625be8a142d2d7529387e770a9ea34b84c5bee;p=civicrm-core.git Add nodefaults to group edit form --- diff --git a/templates/CRM/Group/Form/Edit.tpl b/templates/CRM/Group/Form/Edit.tpl index 52ca891e9d..912a9f88f4 100644 --- a/templates/CRM/Group/Form/Edit.tpl +++ b/templates/CRM/Group/Form/Edit.tpl @@ -12,7 +12,7 @@
{if $action eq 2} {capture assign=crmURL}class="no-popup" href="{crmURL p="civicrm/group/search" q="reset=1&force=1&context=smog&gid=`$group.id`"}"{/capture} - {ts 1=$crmURL}You can edit the Name and Description for this group here. Click Contacts in this Group to view, add or remove contacts in this group.{/ts} + {ts 1=$crmURL|smarty:nodefaults}You can edit the Name and Description for this group here. Click Contacts in this Group to view, add or remove contacts in this group.{/ts} {else} {ts}Enter a unique name and a description for your new group here. Then click 'Continue' to find contacts to add to your new group.{/ts} {/if} @@ -95,10 +95,10 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
{if $action neq 1} {/if}