FIX Add missing extraClass to FieldGroup_holder

FieldGroup_holder doesn't use FieldGroup
This commit is contained in:
Will Rossiter 2014-01-28 20:00:20 +13:00
parent 48949ba89a
commit 079b29bfff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div <% if $Name %>id="$Name"<% end_if %> class="field $Type">
<div <% if $Name %>id="$Name"<% end_if %> class="field <% if $extraClass %>$extraClass<% end_if %>">
<% if $Title %><label class="left">$Title</label><% end_if %>
<div class="middleColumn fieldgroup<% if $Zebra %> fieldgroup-$Zebra<% end_if %>">