mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
25 lines
536 B
Scheme
25 lines
536 B
Scheme
<div class="cms-content center cms-tabset $BaseCSSClasses" data-layout-type="border" data-pjax-fragment="Content">
|
|
|
|
<div class="cms-content-header north">
|
|
<div>
|
|
<% with EditForm %>
|
|
<% include BackLink_Button %>
|
|
|
|
<h2 id="page-title-heading">
|
|
<% with Controller %>
|
|
<% include CMSSectionIcon %>
|
|
<% include CMSBreadcrumbs %>
|
|
<% end_with %>
|
|
</h2>
|
|
<% end_with %>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="cms-content-fields center ui-widget-content" data-layout-type="border">
|
|
|
|
$EditForm
|
|
|
|
</div>
|
|
|
|
</div> |