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

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

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

File size: 1.0 KB
RevLine 
[43]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"
[775]14        allowed_interface=".interfaces.IPloneTabsControlPanel"
[815]15        layer="quintagroup.plonetabs.interfaces.IPloneTabsProductLayer"
[43]16        />
[135]17
18    <browser:page
19        name="plonetabs-header-macro"
20        for="*"
21        template="templates/plonetabs_header_macro.pt"
22        permission="zope.Public"
[815]23        layer="quintagroup.plonetabs.interfaces.IPloneTabsProductLayer"
[135]24        />
[872]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        />
[43]33   
34</configure>
Note: See TracBrowser for help on using the repository browser.