CRM-16354 - Remove old wysiwyg reference
authorColeman Watts <coleman@civicrm.org>
Mon, 20 Jul 2015 14:29:39 +0000 (10:29 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 20 Jul 2015 14:29:39 +0000 (10:29 -0400)
templates/CRM/Case/Form/Activity.tpl

index f463c31cb2bd25ed280f0243217787f3b8d362f5..8e7b997f15056478ca96f5d464a3bb77e1869016 100644 (file)
               <tr class="crm-case-activity-form-block-details">
                 <td class="label">{ts}Notes{/ts}</td>
                 <td class="view-value">
-                  {* If using plain textarea, assign class=huge to make input large enough. *}
-                  {if $defaultWysiwygEditor eq 0}{$form.details.html|crmAddClass:huge}{else}{$form.details.html}{/if}
+                  {$form.details.html}
                 </td>
               </tr>
               {/if}