Merge pull request #10197 from GinkgoFJG/CRM-20458
[civicrm-core.git] / ang / crmMailingAB / BlockMailing.html
index ad6e8652e25d1e8f740214c63bf5828f304192bc..92448156415210214fa1c84f16404ef64666cee4 100644 (file)
@@ -20,6 +20,7 @@ processed by Angular; if false, the field will be hidden and completely ignored
         <select
           crm-ui-id="subform.msg_template_id"
           name="msg_template_id"
+          class="fa-clipboard"
           crm-ui-select="{dropdownAutoWidth : true, allowClear: true, placeholder: ts('Message Template')}"
           ng-model="abtest.mailings.a.msg_template_id"
           ng-change="loadTemplate(abtest.mailings.a, abtest.mailings.a.msg_template_id)"
@@ -35,6 +36,7 @@ processed by Angular; if false, the field will be hidden and completely ignored
         <select
           crm-ui-id="subform.msg_template_idA"
           name="msg_template_idA"
+          class="fa-clipboard"
           crm-ui-select="{dropdownAutoWidth : true, allowClear: true, placeholder: ts('Message Template')}"
           ng-model="abtest.mailings.a.msg_template_id"
           ng-change="loadTemplate(abtest.mailings.a, abtest.mailings.a.msg_template_id)"
@@ -50,6 +52,7 @@ processed by Angular; if false, the field will be hidden and completely ignored
         <select
           crm-ui-id="subform.msg_template_idB"
           name="msg_template_idB"
+          class="fa-clipboard"
           crm-ui-select="{dropdownAutoWidth : true, allowClear: true, placeholder: ts('Message Template')}"
           ng-model="abtest.mailings.b.msg_template_id"
           ng-change="loadTemplate(abtest.mailings.b, abtest.mailings.b.msg_template_id)"
@@ -149,7 +152,7 @@ processed by Angular; if false, the field will be hidden and completely ignored
 
     <div crm-ui-field="{name: 'subform.subject', title: ts('Subject')}" ng-if="fields.subject">
       <div style="float: right;">
-        <input crm-mailing-token on-select="$broadcast('insert:subject', token.name)" tabindex="-1"/>
+        <input crm-mailing-token on-select="$broadcast('insert:subject', token.name)" tabindex="-1">
       </div>
       <input
         crm-ui-id="subform.subject"
@@ -159,11 +162,11 @@ processed by Angular; if false, the field will be hidden and completely ignored
         ng-model="abtest.mailings.a.subject"
         required
         placeholder="Subject"
-        name="subject" />
+        name="subject" >
     </div>
     <div crm-ui-field="{name: 'subform.subjectA', title: ts('Subject (A)')}" ng-if="fields.subjectA">
       <div style="float: right;">
-        <input crm-mailing-token on-select="$broadcast('insert:subjectA', token.name)" tabindex="-1"/>
+        <input crm-mailing-token on-select="$broadcast('insert:subjectA', token.name)" tabindex="-1">
       </div>
       <input
         crm-ui-id="subform.subjectA"
@@ -173,11 +176,11 @@ processed by Angular; if false, the field will be hidden and completely ignored
         ng-model="abtest.mailings.a.subject"
         required
         placeholder="Subject"
-        name="subjectA" />
+        name="subjectA" >
     </div>
     <div crm-ui-field="{name: 'subform.subjectB', title: ts('Subject (B)')}" ng-if="fields.subjectB">
       <div style="float: right;">
-        <input crm-mailing-token on-select="$broadcast('insert:subjectB', token.name)" tabindex="-1"/>
+        <input crm-mailing-token on-select="$broadcast('insert:subjectB', token.name)" tabindex="-1">
       </div>
       <input
         crm-ui-id="subform.subjectB"
@@ -187,7 +190,7 @@ processed by Angular; if false, the field will be hidden and completely ignored
         ng-model="abtest.mailings.b.subject"
         required
         placeholder="Subject"
-        name="subjectB" />
+        name="subjectB" >
     </div>
   </div>
 </div>