Add 'huge' class to html textarea to match plaintext textarea
authorMatthew Wire <devel@mrwire.co.uk>
Tue, 6 Mar 2018 09:53:58 +0000 (09:53 +0000)
committerMatthew Wire <devel@mrwire.co.uk>
Tue, 6 Mar 2018 09:53:58 +0000 (09:53 +0000)
templates/CRM/Admin/Form/MessageTemplates.tpl

index 3de688e519e79374f5888c91ddd89100ca6dd91e..9ef2c6c860e438cea3765831389d335da208b223 100644 (file)
@@ -96,7 +96,7 @@
            </div>
                 <div class="clear"></div>
                 <div class='html'>
-                    {$form.msg_html.html}
+                    {$form.msg_html.html|crmAddClass:huge}
                     <div class="description">{ts}An HTML formatted version of this message will be sent to contacts whose Email Format preference is 'HTML' or 'Both'.{/ts} {ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}</div>
                 </div>
         </div><!-- /.crm-accordion-body -->