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

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

added batch navigation

File size: 593 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  <browser:resource
17      name="batch.js"
18      file="resources/batch.js" />
19</configure>
Note: See TracBrowser for help on using the repository browser.