From: Coleman Watts Date: Tue, 28 Jan 2014 00:16:23 +0000 (-0800) Subject: CRM-13863 Fix group popups X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6f6d2baf563927c4274648579e7541daf70a2e0a;p=civicrm-core.git CRM-13863 Fix group popups --- diff --git a/templates/CRM/Group/Form/Edit.tpl b/templates/CRM/Group/Form/Edit.tpl index 1787954075..9183f6256e 100644 --- a/templates/CRM/Group/Form/Edit.tpl +++ b/templates/CRM/Group/Form/Edit.tpl @@ -27,8 +27,8 @@
{if $action eq 2} - {capture assign=crmURL}{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} + {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} {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} @@ -126,15 +126,15 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
{if $action neq 1}