From 33bd9287220bd33d27908ab694ab3ebd84beb722 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 17 Oct 2015 22:28:43 +0000 Subject: [PATCH] Fix Template file --- templates/CRM/Mailing/Page/Report.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Mailing/Page/Report.tpl b/templates/CRM/Mailing/Page/Report.tpl index f640e28938..be3974539c 100644 --- a/templates/CRM/Mailing/Page/Report.tpl +++ b/templates/CRM/Mailing/Page/Report.tpl @@ -148,14 +148,15 @@ {ts}Clicks{/ts} {ts}Unique Clicks{/ts} {ts}Success Rate{/ts} -{ts}URL{/ts} +{ts}URL{/ts} +{ts}Report{/ts} {foreach from=$report.click_through item=row} {if $row.clicks > 0}{$row.clicks}{else}{$row.clicks}{/if} {if $row.unique > 0}{$row.unique}{else}{$row.unique}{/if} {$row.rate|string_format:"%0.2f"}% {$row.url} -Report +Report {/foreach} -- 2.25.1