APICHANGE: Add extra classes to WidgetHolder (#3855, patch from jshipman)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89988 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2009-10-22 21:21:12 +00:00
parent 09ed10e1b1
commit 96736eea50
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div class="WidgetHolder">
<h3>$Title</h3>
<div class="WidgetHolder $ClassName<% if FirstLast %> $FirstLast<% end_if %>">
<% if Title %><h3>$Title</h3><% end_if %>
$Content
</div>
</div>