BUG Incorrect html nesting of breadcrumbs

Removed h2 from outside breadcrumbs, and put it within the breadcrumbs
div

Relies on sapphire commit 72b4fbf
This commit is contained in:
Naomi Guyer 2012-11-12 18:11:38 +13:00 committed by Mateusz Uzdowski
parent 4c73f23ddb
commit 4fab9b8248
5 changed files with 10 additions and 18 deletions

View File

@ -5,11 +5,11 @@
<div class="cms-content-header-info">
<% include BackLink_Button %>
<h2 id="page-title-heading">
<% with Controller %>
<% include CMSBreadcrumbs %>
<% end_with %>
</h2>
</div>
<% if Fields.hasTabset %>
<% with Fields.fieldByName('Root') %>

View File

@ -2,9 +2,7 @@
<div class="cms-content-header north">
<div class="cms-content-header-info">
<h2>
<% include CMSBreadcrumbs %>
</h2>
<% include CMSBreadcrumbs %>
</div>
<div class="cms-content-header-tabs">

View File

@ -2,9 +2,7 @@
<div class="cms-content-header north">
<div class="cms-content-header-info">
<h2>
<% include CMSBreadcrumbs %>
</h2>
<% include CMSBreadcrumbs %>
</div>
<div class="cms-content-header-tabs">

View File

@ -3,11 +3,9 @@
<div class="cms-content-header north">
<% with EditForm %>
<div class="cms-content-header-info">
<h2>
<% with Controller %>
<% include CMSBreadcrumbs %>
<% end_with %>
</h2>
</div>
<% if Fields.hasTabset %>
<% with Fields.fieldByName('Root') %>

View File

@ -4,11 +4,9 @@
<% with EditForm %>
<div class="cms-content-header-info">
<% include BackLink_Button %>
<h2 id="page-title-heading">
<% with Controller %>
<% include CMSBreadcrumbs %>
<% end_with %>
</h2>
</div>
<% end_with %>
</div>