cybertools/container/configure.zcml
helmutm da07ee465c Refactored ordered container stuff out of loops package and put into cybertools.container
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1037 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-01-27 08:47:45 +00:00

17 lines
413 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/browser"
xmlns:zope="http://namespaces.zope.org/zope"
i18n_domain="zope">
<page
for="zope.app.container.interfaces.IOrderedContainer"
name="contents.html"
template="contents.pt"
class=".ordered.OrderedContainerView"
permission="zope.ManageContent"
menu="zmi_views" title="Contents"
/>
</configure>