source: products/quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/browser/configure.zcml @ 1572

Last change on this file since 1572 was 1572, checked in by fenix, 14 years ago

initial package import

File size: 516 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:i18n="http://namespaces.zope.org/i18n"
4    xmlns:browser="http://namespaces.zope.org/browser"
5    i18n_domain="quintagroup.portlet.collection">
6
7  <adapter factory=".configlet.QCollectionPortletControlPanelAdapter" />
8
9  <browser:page
10      name="qcollectionportlet-controlpanel"
11      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
12      class=".configlet.QCollectionPortletControlPanel"
13      permission="cmf.ManagePortal"
14      />
15
16</configure>
Note: See TracBrowser for help on using the repository browser.