This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwbged.contact/src/pfwbged/contact/overrides.zcml

20 lines
627 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="pfwbged.contact">
<browser:page
for="collective.contact.core.content.directory.IDirectory"
name="table"
class=".view.TableView"
template="table.pt"
permission="zope2.View"
/>
</configure>