mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Make column work
The ColumnCount is set on the CompositeField class, and not on its FieldList. So to get the ColumnCount, we need to use $Top to get out of the loop.
This commit is contained in:
parent
00a263092e
commit
fd7efba7d9
@ -4,8 +4,8 @@
|
|||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
|
||||||
<% loop FieldList %>
|
<% loop FieldList %>
|
||||||
<% if ColumnCount %>
|
<% if $Top.ColumnCount %>
|
||||||
<div class="column-{$ColumnCount} $FirstLast">
|
<div class="column-{$Top.ColumnCount} $FirstLast">
|
||||||
$SmallFieldHolder
|
$SmallFieldHolder
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
Loading…
Reference in New Issue
Block a user