From e3ede124d317882bc1ed295d05c00ccc6859daab Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Sat, 8 Oct 2022 09:17:18 -0600 Subject: [PATCH] editable mailing name and campaign --- templates/CRM/Mailing/Page/Browse.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Mailing/Page/Browse.tpl b/templates/CRM/Mailing/Page/Browse.tpl index 01482f230b..33236ccc4d 100644 --- a/templates/CRM/Mailing/Page/Browse.tpl +++ b/templates/CRM/Mailing/Page/Browse.tpl @@ -47,8 +47,8 @@ {counter start=0 skip=1 print=false} {foreach from=$rows item=row} - - {$row.name} + + {$row.name} {if $multilingual} {$row.language} {/if} @@ -68,7 +68,7 @@ {$row.start} {$row.end} {if call_user_func(array('CRM_Campaign_BAO_Campaign','isComponentEnabled'))} - {$row.campaign} + {$row.campaign} {/if} {$row.action|smarty:nodefaults|replace:'xx':$row.id} -- 2.25.1