mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
ENHANCEMENT Section icons in CMS (#7269)
This commit is contained in:
parent
f812e56022
commit
2fdc4e5f0b
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
<h2 id="page-title-heading">
|
<h2 id="page-title-heading">
|
||||||
<% control Controller %>
|
<% control Controller %>
|
||||||
|
<% include CMSSectionIcon %>
|
||||||
<% include CMSBreadcrumbs %>
|
<% include CMSBreadcrumbs %>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<div class="cms-content-header north">
|
<div class="cms-content-header north">
|
||||||
<div>
|
<div>
|
||||||
<h2>
|
<h2>
|
||||||
|
<% include CMSSectionIcon %>
|
||||||
<% include CMSBreadcrumbs %>
|
<% include CMSBreadcrumbs %>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<div class="cms-content-header north">
|
<div class="cms-content-header north">
|
||||||
<div>
|
<div>
|
||||||
<h2>
|
<h2>
|
||||||
|
<% include CMSSectionIcon %>
|
||||||
<% include CMSBreadcrumbs %>
|
<% include CMSBreadcrumbs %>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
<h2 id="page-title-heading">
|
<h2 id="page-title-heading">
|
||||||
<% control Controller %>
|
<% control Controller %>
|
||||||
|
<% include CMSSectionIcon %>
|
||||||
<% include CMSBreadcrumbs %>
|
<% include CMSBreadcrumbs %>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user