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:
Ingo Schommer 2011-12-19 14:57:11 +01:00
parent 058719571c
commit f1f8dcd24d

View File

@ -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">