source: products/quintagroup.gauth/trunk/quintagroup/gauth/browser/configure.zcml

Last change on this file was 2606, checked in by mylan, 14 years ago

Fixed initial bugs in the package

File size: 1.0 KB
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="quintagroup.gauth">
5
6    <!-- Registries for configlet -->
7    <adapter factory=".configlet.GAuthConfigletAdapter" />
8
9    <browser:page
10        name="gauth-controlpanel"
11        for="Products.CMFPlone.interfaces.IPloneSiteRoot"
12        class=".configlet.GAuthConfiglet"
13        permission="cmf.ManagePortal"
14        />
15
16    <!-- <browser:page -->
17    <!--     name="gauth-test" -->
18    <!--     for="*" -->
19    <!--     template="testview.pt" -->
20    <!--     class=".testview.TestView" -->
21    <!--     permission="zope2.Public" -->
22    <!--     /> -->
23
24    <!-- <browser:page -->
25    <!--     name="gauth-download" -->
26    <!--     for="*" -->
27    <!--     class=".testview.TestView" -->
28    <!--     attribute="download" -->
29    <!--     permission="zope2.Public" -->
30    <!--     /> -->
31
32    <browser:resource
33        name="gauth_icon.gif"
34        image="gauth_icon.gif"
35        />
36
37</configure>
Note: See TracBrowser for help on using the repository browser.