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
20 lines
524 B
Scheme
20 lines
524 B
Scheme
<div id="reportadmin-cms-content" class="cms-content center cms-tabset $BaseCSSClasses" data-layout-type="border" data-pjax-fragment="Content">
|
|
|
|
<div class="cms-content-header north">
|
|
<% with EditForm %>
|
|
<div class="cms-content-header-info">
|
|
<% include BackLink_Button %>
|
|
<% with Controller %>
|
|
<% include CMSBreadcrumbs %>
|
|
<% end_with %>
|
|
</div>
|
|
<% end_with %>
|
|
</div>
|
|
|
|
<div class="cms-content-fields center ui-widget-content" data-layout-type="border">
|
|
|
|
$EditForm
|
|
|
|
</div>
|
|
|
|
</div> |