Merge pull request #6511 from robbieaverill/bugfix/fix-compositefield-holder

FIX Reintroduce lost changes to CompositeField_holder.ss after namespacing
This commit is contained in:
Damian Mooyman 2017-01-17 13:18:32 +13:00 committed by GitHub
commit 0013587ee3

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 %>