From a933847217f536066df98822d21f56acd5baeff4 Mon Sep 17 00:00:00 2001 From: Naomi Guyer Date: Mon, 12 Nov 2012 18:11:15 +1300 Subject: [PATCH] BUG Incorrect html nesting of breadcrumbs Removed h2 from outside breadcrumbs, and put it within the breadcrumbs div Goes alon the cms commit 4fab9b8248819dc9008d5b94b5437cd833de31ac --- admin/templates/CMSBreadcrumbs.ss | 31 ++++++++++--------- .../templates/CMSProfileController_Content.ss | 6 ++-- .../Includes/LeftAndMain_EditForm.ss | 6 ++-- 3 files changed, 20 insertions(+), 23 deletions(-) diff --git a/admin/templates/CMSBreadcrumbs.ss b/admin/templates/CMSBreadcrumbs.ss index e5ddd23bd..9ef793482 100644 --- a/admin/templates/CMSBreadcrumbs.ss +++ b/admin/templates/CMSBreadcrumbs.ss @@ -1,19 +1,20 @@ diff --git a/admin/templates/CMSProfileController_Content.ss b/admin/templates/CMSProfileController_Content.ss index 9acc92966..1def543a3 100644 --- a/admin/templates/CMSProfileController_Content.ss +++ b/admin/templates/CMSProfileController_Content.ss @@ -2,12 +2,10 @@
<% with EditForm %> -
-

+
<% with Controller %> <% include CMSBreadcrumbs %> - <% end_with %> -

+ <% end_with %>
<% if Fields.hasTabset %> <% with Fields.fieldByName('Root') %> diff --git a/admin/templates/Includes/LeftAndMain_EditForm.ss b/admin/templates/Includes/LeftAndMain_EditForm.ss index 198003bbe..74112661c 100644 --- a/admin/templates/Includes/LeftAndMain_EditForm.ss +++ b/admin/templates/Includes/LeftAndMain_EditForm.ss @@ -3,12 +3,10 @@ <% end_if %>
- <% include BackLink_Button %> -

+ <% include BackLink_Button %> <% with Controller %> <% include CMSBreadcrumbs %> - <% end_with %> -

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