elofgren: Remove tabset div from TabSetFieldHolder?.ss in order to reduce wasted space on tabs. See: http://support.silverstripe.com/gsoc/ticket/59

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42096 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-16 15:36:02 +00:00
parent b604ed0a31
commit f059587ac2

View File

@ -1,4 +1,3 @@
<div class="tabset" id="$id">
<ul class="tabstrip"> <ul class="tabstrip">
<% control Tabs %> <% control Tabs %>
<li class="$FirstLast $MiddleString"><a href="#$id" id="tab-$id">$Title</a></li> <li class="$FirstLast $MiddleString"><a href="#$id" id="tab-$id">$Title</a></li>
@ -16,4 +15,3 @@
<% end_if %> <% end_if %>
</div> </div>
<% end_control %> <% end_control %>
</div>