BUGFIX: remove unnecessary class that breaks the tab opening.

This class should be applied higher in the hierarchy so it also
includes panels - and it's already there too.
This commit is contained in:
Mateusz Uzdowski 2012-05-23 15:49:10 +12:00
parent 7ed09917ac
commit 50cbef7933

View File

@ -11,7 +11,7 @@
</h2>
<% if Fields.hasTabset %>
<% with Fields.fieldByName('Root') %>
<div class="cms-tabset cms-content-header-tabs ss-ui-tabs-nav">
<div class="cms-content-header-tabs">
<ul>
<% loop Tabs %>
<li<% if extraClass %> class="$extraClass"<% end_if %>><a href="#$id">$Title</a></li>
@ -30,4 +30,4 @@
</div>
</div>
</div>