mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
commit
0013587ee3
@ -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 %>
|
||||||
|
Loading…
Reference in New Issue
Block a user