mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #137 from mateusz/os7378
BUGFIX: remove unnecessary class that breaks the tab opening.
This commit is contained in:
commit
9598080368
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user