From fe17cd428914ebfeb39263ce555ec30b6e86a10d Mon Sep 17 00:00:00 2001 From: Vitor Date: Tue, 30 Sep 2014 14:33:16 +0100 Subject: [PATCH] partials/abtesting/tab4.html - Altered interface so that elements now look like buttons. --- js/angular-crmMailingAB.js | 6 ++++++ partials/abtesting/tab4.html | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/js/angular-crmMailingAB.js b/js/angular-crmMailingAB.js index 910d3fdfde..8993a0d223 100755 --- a/js/angular-crmMailingAB.js +++ b/js/angular-crmMailingAB.js @@ -58,6 +58,12 @@ //----------------------------------------- // Add a new record by name. // Ex: + /** + * This controler lists the existing ABtests + * used on /partials/abtesting/list.html + * @returns mailingABList - object that contains the existing AB mailings + * @returns testing_criteria - array that has the name of the different test types + */ crmMailingAB.controller('ABListingCtrl', function ($scope, crmApi, mailingABList) { $scope.mailingABList = mailingABList.values; $scope.testing_criteria = { diff --git a/partials/abtesting/tab4.html b/partials/abtesting/tab4.html index caada6782e..56d8d2b878 100755 --- a/partials/abtesting/tab4.html +++ b/partials/abtesting/tab4.html @@ -27,7 +27,10 @@ {{currentABTest.date}} Date   {{currentABTest.time}} Time -

Preview Mail

+ + + +

    @@ -42,7 +45,10 @@
-

Send Test Emails

+ + + +

Email-id :   -- 2.25.1