Merge pull request #8239 from alex-dna/patch-2

Make column work
This commit is contained in:
Daniel Hensby 2018-07-04 14:54:25 +01:00 committed by GitHub
commit 6f833aa0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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