FIX Regression in CompositeField displaying fields in their holders

This commit is contained in:
Robbie Averill 2017-01-17 10:19:16 +13:00
parent 87ac3e3971
commit 7ad02787e8

View File

@ -1,9 +1,9 @@
<% loop $FieldList %> <% loop $FieldList %>
<% if $ColumnCount %> <% if $ColumnCount %>
<div class="column-{$ColumnCount} $FirstLast"> <div class="column-{$ColumnCount} $FirstLast">
$Field $FieldHolder
</div> </div>
<% else %> <% else %>
$Field $FieldHolder
<% end_if %> <% end_if %>
<% end_loop %> <% end_loop %>