From f1f8dcd24dc82131ce7d6954c21b8851b80801ad Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 19 Dec 2011 14:57:11 +0100 Subject: [PATCH] MINOR Improved CMS UI context by showing breadcrumbs in form record title, using current record instead of form field to determine values --- admin/templates/Includes/LeftAndMain_EditForm.ss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/templates/Includes/LeftAndMain_EditForm.ss b/admin/templates/Includes/LeftAndMain_EditForm.ss index 46309fcf0..8d917fc81 100644 --- a/admin/templates/Includes/LeftAndMain_EditForm.ss +++ b/admin/templates/Includes/LeftAndMain_EditForm.ss @@ -4,7 +4,9 @@
-

<% control Fields.dataFieldByName('Title') %>$Value<% end_control %>

+

+ $Record.Title +

<% if Fields.hasTabset %> <% with Fields.fieldByName('Root') %>