Unified the site setup html structure
Change to unify the site setup html structure
=============================================
- Check for structure:
#portal-column-content
#content
.setup-link
.documentFirstHeading
.documentDescription
#content-core
- Check for body template- class
Related changes
---------------
Templates have also changed in:
plone.app.contentrules
plone.app.controlpanel
plone.app.discussion
plone.app.registry
plone.app.users
Products.CMFPlone
Styles have been updated in plonetheme.sunburst
This commit is contained in:
parent
4c0da5c6e3
commit
1fb71d5f17
@ -89,12 +89,14 @@
|
||||
tal:attributes="href string:$portal_url/plone_control_panel"
|
||||
i18n:translate="">
|
||||
Site Setup
|
||||
</a> ›
|
||||
</a>
|
||||
|
||||
<h1 class="documentFirstHeading" tal:content="view/label">View Title</h1>
|
||||
|
||||
<div id="layout-contents">
|
||||
<span tal:replace="structure view/contents" />
|
||||
<div id="content-core">
|
||||
<div id="layout-contents">
|
||||
<span tal:replace="structure view/contents" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user