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:
Alex Saelens 2018-07-04 09:46:31 +12:00 committed by GitHub
parent 00a263092e
commit ed3c0b8d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@
<% end_if %>
<% loop $FieldList %>
<% if $ColumnCount %>
<div class="column-{$ColumnCount} $FirstLast">
<% if $Top.ColumnCount %>
<div class="column-{$Top.ColumnCount} $FirstLast">
$FieldHolder
</div>
<% else %>