
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1035 fd906abe-77d9-0310-91a1-e0d9ade77398
21 lines
638 B
XML
21 lines
638 B
XML
<!-- $Id$ -->
|
|
|
|
<configure
|
|
xmlns="http://namespaces.zope.org/browser"
|
|
xmlns:zope="http://namespaces.zope.org/zope"
|
|
i18n_domain="zope">
|
|
|
|
<pages
|
|
for="zope.app.container.interfaces.IOrderedContainer"
|
|
class=".ordered.OrderedContainerView"
|
|
permission="zope.ManageContent">
|
|
<page name="contents.html" template="contents.pt"
|
|
menu="zmi_views" title="Contents"
|
|
/>
|
|
<page name="move_down" attribute="moveDown" />
|
|
<page name="move_up" attribute="moveUp" />
|
|
<page name="move_bottom" attribute="moveToBottom" />
|
|
<page name="move_top" attribute="moveToTop" />
|
|
</pages>
|
|
|
|
</configure>
|