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

Last change on this file since 2740 was 2740, checked in by fenix, 14 years ago
  • removed some unnecessary trailing white spaces;
  • fixed batch related labels;
  • made batch_size field disable when batching is not allowed
  • fixed navigation bug (removed unnecessary separator)
File size: 696 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
20  <browser:resource
21      name="batch_size_enable.js"
22      file="resources/batch_size_enable.js" />
23
24</configure>
Note: See TracBrowser for help on using the repository browser.