source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/configure.zcml @ 775

Last change on this file since 775 was 775, checked in by piv, 17 years ago

corrected installation script with adding property fields

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