source: products/quintagroup.portletmanager/trunk/quintagroup/portletmanager/browser/configure.zcml @ 3652

Last change on this file since 3652 was 344, checked in by chervol, 18 years ago

tag 0.8

File size: 443 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    xmlns:five="http://namespaces.zope.org/five">
5
6  <browser:page
7       for="plone.portlets.interfaces.ILocalPortletAssignable"
8       class=".manage.ManageContextualPortlets"
9       name="manage-portlets"
10       template="templates/manage-contextual.pt"
11       permission="plone.app.portlets.ManagePortlets"
12     />
13</configure>
14
Note: See TracBrowser for help on using the repository browser.