mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
b604ed0a31
commit
f059587ac2
@ -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>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user