CRM18257: Add fullPage WYSIWYG style to message templates
authorJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 18 Mar 2016 09:28:49 +0000 (09:28 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 18 Mar 2016 09:28:49 +0000 (09:28 +0000)
CRM/Admin/Form/MessageTemplates.php

index 61b1fa258813d596d6dcffd955ed9b97444ebc82..6b9ae4fe956e0a7691d2c16c15b0518d1c5e2ddc 100644 (file)
@@ -171,6 +171,7 @@ class CRM_Admin_Form_MessageTemplates extends CRM_Admin_Form {
           'cols' => '80',
           'rows' => '8',
           'onkeyup' => "return verify(this)",
+          'class' => 'crm-wysiwyg-fullpage',
         )
       );
     }