source: products/quintagroup.mobileextender/trunk/quintagroup/mobileextender/browser/configure.zcml @ 771

Last change on this file since 771 was 771, checked in by chervol, 17 years ago

retagging

File size: 1.0 KB
RevLine 
[754]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    xmlns:five="http://namespaces.zope.org/five"
5    i18n_domain="Products.qPloneGoogleSitemaps">
6
7    <!-- -*- extra stuff goes here -*- -->
8
9    <browser:page
[771]10        for="Products.CMFPlone.interfaces.IPloneSiteRoot"
11        name="mobile_control"
12        class=".mobilecontrol.MobileControlView"
13        permission="cmf.ManagePortal"
14        allowed_attributes="currentlyMarked"
[754]15        />
16
17    <browser:resource
18        name="mobile.png"
19        file="mobile.png"
20        />
21
22    <vocabulary
23        name="quintagroup.mobileextender.ptypes"
24        factory=".vocabularies.getPortalTypes"
25        />
26    <vocabulary
27        name="quintagroup.mobileextender.sortindices"
28        factory=".vocabularies.getSortIndices"
29        />
30    <vocabulary
31        name="quintagroup.mobileextender.wfstates"
32        factory=".vocabularies.getWFStates"
33        />
34
35    <adapter factory=".mobilecontrol.MobileControl" />
36
37</configure>
Note: See TracBrowser for help on using the repository browser.