From e2bfadbe418d83d60a3fa3dad132e7441c96bd8c Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 7 Jan 2015 18:18:52 -0800 Subject: [PATCH] CRM-15578 - crmMailingAB/report - Grammatical consistency. More intuitive order. --- partials/crmMailingAB/report.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/partials/crmMailingAB/report.html b/partials/crmMailingAB/report.html index b9d8ecb643..2b70a987a8 100644 --- a/partials/crmMailingAB/report.html +++ b/partials/crmMailingAB/report.html @@ -27,25 +27,13 @@ {{ts('View')}} - {{ts('Delivered')}} + {{ts('Deliveries')}} {{stats.a.Delivered}} {{stats.b.Delivered}} {{stats.c.Delivered}} - {{ts('Bounces')}} - {{stats.a.Bounces}} - {{stats.b.Bounces}} - {{stats.c.Bounces}} - - - {{ts('Unsubscribers')}} - {{stats.a.Unsubscribers}} - {{stats.b.Unsubscribers}} - {{stats.c.Unsubscribers}} - - - {{'Opened'}} + {{ts('Opens')}} {{stats.a.Opened}} {{stats.b.Opened}} {{stats.c.Opened}} @@ -56,6 +44,18 @@ {{stats.b['Unique Clicks']}} {{stats.c['Unique Clicks']}} + + {{ts('Bounces')}} + {{stats.a.Bounces}} + {{stats.b.Bounces}} + {{stats.c.Bounces}} + + + {{ts('Unsubscribes')}} + {{stats.a.Unsubscribers}} + {{stats.b.Unsubscribers}} + {{stats.c.Unsubscribers}} + -- 2.25.1