cybertools/twisted/configure.zcml
helmutm af872764f5 manhole can now be opend/closed TTW
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1102 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-03-01 10:47:55 +00:00

18 lines
470 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope"
>
<browser:page
for="zope.app.applicationcontrol.interfaces.IApplicationControl"
name="manhole_control.html"
template="manhole_control.pt"
class=".manhole_control.ManholeControlView"
permission="zope.ManageApplication"
menu="zmi_views" title="Manhole Control"
/>
</configure>