mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Update the page title heading on edit page in CMS (fixes #6809)
This commit is contained in:
parent
0a3de455cf
commit
160f712f68
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div class="cms-content-header north">
|
<div class="cms-content-header north">
|
||||||
<div>
|
<div>
|
||||||
<h2>My Page Title</h2>
|
<h2 id="page-title-heading"><% control Fields.dataFieldByName('Title') %>$Value<% end_control %></h2>
|
||||||
<% if Fields.hasTabset %>
|
<% if Fields.hasTabset %>
|
||||||
<% with Fields.fieldByName('Root') %>
|
<% with Fields.fieldByName('Root') %>
|
||||||
<div class="cms-content-header-tabs">
|
<div class="cms-content-header-tabs">
|
||||||
|
Loading…
Reference in New Issue
Block a user