projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3918a47
)
CRM-16354 - Remove old wysiwyg reference
author
Coleman Watts
<coleman@civicrm.org>
Mon, 20 Jul 2015 14:29:39 +0000
(10:29 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 20 Jul 2015 14:29:39 +0000
(10:29 -0400)
templates/CRM/Case/Form/Activity.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Case/Form/Activity.tpl
b/templates/CRM/Case/Form/Activity.tpl
index f463c31cb2bd25ed280f0243217787f3b8d362f5..8e7b997f15056478ca96f5d464a3bb77e1869016 100644
(file)
--- a/
templates/CRM/Case/Form/Activity.tpl
+++ b/
templates/CRM/Case/Form/Activity.tpl
@@
-159,8
+159,7
@@
<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}