CRM-16415 - Add icon to message template selector
authorColeman Watts <coleman@civicrm.org>
Fri, 16 Oct 2015 21:27:10 +0000 (17:27 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 16 Oct 2015 21:27:10 +0000 (17:27 -0400)
ang/crmMailing/BlockMailing.html
ang/crmMailingAB/BlockMailing.html

index a41d6a1be90954c83b9f110ee14d1722dcd61036..432387719041ebb08d0730ef9d590aec51d542aa 100644 (file)
@@ -11,6 +11,7 @@ It could perhaps be thinned by 30-60% by making more directives.
         <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="mailing.msg_template_id"
           ng-change="loadTemplate(mailing, mailing.msg_template_id)"
index ad6e8652e25d1e8f740214c63bf5828f304192bc..97853d6e46a540bda296c970fcd1eecc10834a83 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)"