mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
7ed09917ac
commit
50cbef7933
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user