source: products/qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/configure.zcml @ 48

Last change on this file since 48 was 48, checked in by crchemist, 19 years ago

rename file

File size: 582 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4   
5    <include file="manage.zcml" />
6   
7    <include file="kssactions.zcml" />
8   
9    <include file="resources.zcml" />
10   
11    <browser:page
12        name="plonetabs-controlpanel"
13        for="Products.CMFPlone.interfaces.IPloneSiteRoot"
14        class=".plonetabs.PloneTabsControlPanel"
15        template="./templates/plonetabs.pt"
16        permission="cmf.ManagePortal"
17        allowed_interface = ".interfaces.IPloneTabsControlPanel"
18        />
19   
20</configure>
Note: See TracBrowser for help on using the repository browser.