cybertools/organize/browser/configure.zcml
helmutm d9ff76c433 provide classes and a view for managing service registrations for client objects (see IClientRegistrations)
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1878 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-08-05 13:26:06 +00:00

19 lines
477 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/browser"
xmlns:zope="http://namespaces.zope.org/zope"
i18n_domain="zope">
<page
for="cybertools.organize.interfaces.IClientRegistrations"
name="index.html"
class="cybertools.organize.browser.service.ClientRegistrationsView"
permission="zope.View"
/>
<defaultView
name="index.html"
for="cybertools.organize.interfaces.IClientRegistrations" />
</configure>