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

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

copied from trunk

File size: 979 bytes
Line 
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
10      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
11      name="mobile_control"
12      class=".mobilecontrol.MobileControlView"
13      permission="cmf.ManagePortal"
14        />
15
16    <browser:resource
17        name="mobile.png"
18        file="mobile.png"
19        />
20
21    <vocabulary
22        name="quintagroup.mobileextender.ptypes"
23        factory=".vocabularies.getPortalTypes"
24        />
25    <vocabulary
26        name="quintagroup.mobileextender.sortindices"
27        factory=".vocabularies.getSortIndices"
28        />
29    <vocabulary
30        name="quintagroup.mobileextender.wfstates"
31        factory=".vocabularies.getWFStates"
32        />
33
34    <adapter factory=".mobilecontrol.MobileControl" />
35
36</configure>
Note: See TracBrowser for help on using the repository browser.