Skip to content

Commit

Permalink
FIX: Set ModelAdmin tab targets to avoid creating new panels
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshort committed Mar 28, 2013
1 parent 469eaee commit f2b4b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/Includes/ModelAdmin_Content.ss
Expand Up @@ -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>
Expand Down

0 comments on commit f2b4b95

Please sign in to comment.