mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
4fab9b8248
Removed h2 from outside breadcrumbs, and put it within the breadcrumbs div Relies on sapphire commit 72b4fbf
33 lines
859 B
Scheme
33 lines
859 B
Scheme
<div id="assetadmin-cms-content" class="cms-content center cms-tabset $BaseCSSClasses" data-layout-type="border" data-pjax-fragment="Content">
|
|
|
|
<% with EditForm %>
|
|
<div class="cms-content-header north">
|
|
<div class="cms-content-header-info">
|
|
<% include BackLink_Button %>
|
|
|
|
|
|
<% with Controller %>
|
|
<% include CMSBreadcrumbs %>
|
|
<% end_with %>
|
|
|
|
</div>
|
|
<% if Fields.hasTabset %>
|
|
<% with Fields.fieldByName('Root') %>
|
|
<div class="cms-content-header-tabs">
|
|
<ul class="cms-tabset-nav-primary">
|
|
<% loop Tabs %>
|
|
<li<% if extraClass %> class="$extraClass"<% end_if %>><a href="#$id">$Title</a></li>
|
|
<% end_loop %>
|
|
</ul>
|
|
</div>
|
|
<% end_with %>
|
|
<% end_if %>
|
|
</div>
|
|
|
|
<div class="cms-content-fields center ui-widget-content" data-layout-type="border">
|
|
$Top.Tools
|
|
$forTemplate
|
|
</div>
|
|
<% end_with %>
|
|
|
|
</div> |