mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Improved CMS UI context by showing breadcrumbs in form record title, using current record instead of form field to determine values
This commit is contained in:
parent
058719571c
commit
f1f8dcd24d
@ -4,7 +4,9 @@
|
||||
|
||||
<div class="cms-content-header north">
|
||||
<div>
|
||||
<h2 id="page-title-heading"><% control Fields.dataFieldByName('Title') %>$Value<% end_control %></h2>
|
||||
<h2 id="page-title-heading" title="$Record.Breadcrumbs(20, true)">
|
||||
$Record.Title
|
||||
</h2>
|
||||
<% if Fields.hasTabset %>
|
||||
<% with Fields.fieldByName('Root') %>
|
||||
<div class="cms-content-header-tabs">
|
||||
|
Loading…
Reference in New Issue
Block a user