moved note boxes above title in keywords view

This commit is contained in:
David Convent 2013-01-29 11:37:22 +01:00
parent fb49858d91
commit 7aa99491c4
1 changed files with 13 additions and 13 deletions

View File

@ -23,19 +23,6 @@
<div id="dmskeywords-navigation-middle">
<h1 class="documentFirstHeading" tal:content="context/Title" />
<p class="documentDescription">
<tal:equivs define="widget python:view.widgets.get('equivs')"
condition="python:widget.__name__ not in ('IBasic.title', 'IBasic.description', 'title', 'description',) and widget.terms()"
>[
<tal:equiv-terms repeat="value widget/terms"
><span tal:content="value"
/><span tal:condition="not:repeat/value/end"
tal:replace="python:', '"
/></tal:equiv-terms>
]</tal:equivs></p>
<div tal:replace="structure provider:plone.belowcontenttitle" />
<dl class="portalMessage warning"
tal:define="widget python:view.widgets.get('scope_note')"
tal:condition="widget/value"
@ -50,6 +37,19 @@
<span tal:replace="structure widget/render" />
</dd></dl>
<h1 class="documentFirstHeading" tal:content="context/Title" />
<p class="documentDescription">
<tal:equivs define="widget python:view.widgets.get('equivs')"
condition="python:widget.__name__ not in ('IBasic.title', 'IBasic.description', 'title', 'description',) and widget.terms()"
>[
<tal:equiv-terms repeat="value widget/terms"
><span tal:content="value"
/><span tal:condition="not:repeat/value/end"
tal:replace="python:', '"
/></tal:equiv-terms>
]</tal:equivs></p>
<div tal:replace="structure provider:plone.belowcontenttitle" />
<tal:related define="widget python:view.widgets.get('related')">
<div id="dmskeywords-navigation-related"
class="field"