From ac72f9876b24e742b5885f2c58c9178c6c7f5158 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 23 Feb 2015 18:14:47 -0800 Subject: [PATCH] CRM-15578 - Add button styling and help message to AB Test Results. Add title for recipients estimate. ---------------------------------------- * CRM-15578: Implement "New Mailing" + "AB Testing" in Angular https://issues.civicrm.org/jira/browse/CRM-15578 --- partials/crmMailing/recipients.html | 4 ++-- partials/crmMailingAB/report.html | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/partials/crmMailing/recipients.html b/partials/crmMailing/recipients.html index 80e7a4ae9d..920a9fb4ff 100644 --- a/partials/crmMailing/recipients.html +++ b/partials/crmMailing/recipients.html @@ -1,7 +1,7 @@
- +
diff --git a/partials/crmMailingAB/report.html b/partials/crmMailingAB/report.html index d9fa5b0b09..a86464510d 100644 --- a/partials/crmMailingAB/report.html +++ b/partials/crmMailingAB/report.html @@ -1,13 +1,17 @@ +
+
{{ts('A/B Test Results')}}: {{abtest.ab.name}}
+ {{ts('This report displays the current results for your A/B test. You can return to this page to view the latest statistics by clicking "Results" from the "Manage A/B Tests" listing.')}} +
-- 2.25.1
- +