source: products/quintagroup.portlet.static/trunk/quintagroup/portlet/static/browser/configure.zcml @ 671

Last change on this file since 671 was 616, checked in by fenix, 18 years ago

fixed view template for campaign content type and increment product version

File size: 519 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.static">
6
7  <adapter factory=".configlet.StaticStylishPortletControlPanelAdapter" />
8
9  <browser:page
10      name="staticstylishportlet-controlpanel"
11      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
12      class=".configlet.StaticStylishPortletControlPanel"
13      permission="cmf.ManagePortal"
14      />
15
16</configure>
17
Note: See TracBrowser for help on using the repository browser.