From 6f6d2baf563927c4274648579e7541daf70a2e0a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 27 Jan 2014 16:16:23 -0800 Subject: [PATCH] CRM-13863 Fix group popups --- templates/CRM/Group/Form/Edit.tpl | 12 ++++++------ templates/CRM/Group/Form/Search.tpl | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) 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}