mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Avoid JS errors for HTMLEditorFields in small holders
This commit is contained in:
parent
ba8c149b78
commit
31c5eebda0
5
templates/forms/HtmlEditorField_holder_small.ss
Normal file
5
templates/forms/HtmlEditorField_holder_small.ss
Normal 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>
|
Loading…
Reference in New Issue
Block a user