mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX: Set ModelAdmin tab targets to avoid creating new panels
This commit is contained in:
parent
469eaee4c1
commit
f2b4b95350
@ -16,7 +16,7 @@
|
||||
<ul>
|
||||
<% loop ManagedModelTabs %>
|
||||
<li class="tab-$ClassName $LinkOrCurrent<% if $LinkOrCurrent == 'current' %> ui-tabs-active<% end_if %>">
|
||||
<a href="$Link" class="cms-panel-link">$Title</a>
|
||||
<a href="$Link" class="cms-panel-link" title="Form_EditForm">$Title</a>
|
||||
</li>
|
||||
<% end_loop %>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user