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

Last change on this file since 872 was 872, checked in by mylan, 17 years ago

Checked translation, working with PFM, portlet formatting,working with qPloneComments

File size: 1.0 KB
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        layer="quintagroup.plonetabs.interfaces.IPloneTabsProductLayer"
16        />
17
18    <browser:page
19        name="plonetabs-header-macro"
20        for="*"
21        template="templates/plonetabs_header_macro.pt"
22        permission="zope.Public"
23        layer="quintagroup.plonetabs.interfaces.IPloneTabsProductLayer"
24        />
25
26    <browser:page
27        name="plonetabs-mode"
28        for="*"
29        class=".plonetabs.PloneTabsMode"
30        permission="zope.Public"
31        layer="quintagroup.plonetabs.interfaces.IPloneTabsProductLayer"
32        />
33   
34</configure>
Note: See TracBrowser for help on using the repository browser.