Merge pull request #7213 from dhensby/pulls/3.5/fix-small-htmlfield

FIX Avoid JS errors for HTMLEditorFields in small holders
This commit is contained in:
Damian Mooyman 2017-07-28 13:25:31 +12:00 committed by GitHub
commit 9b378d8c08

View File

@ -0,0 +1,5 @@
<div class="fieldholder-small field htmleditor">
<% if $Title %><label class="fieldholder-small-label" <% if $ID %>for="$ID"<% end_if %>>$Title</label><% end_if %>
$Field
<% if $RightTitle %><label class="right fieldholder-small-label" <% if $ID %>for="$ID"<% end_if %>>$RightTitle</label><% end_if %>
</div>