source: products/quintagroup.portlet.pfg/tags/1.0/quintagroup/portlet/pfg/configure.zcml @ 3641

Last change on this file since 3641 was 2913, checked in by kroman0, 14 years ago

Fixed js

File size: 981 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
3           xmlns:browser="http://namespaces.zope.org/browser"
4           xmlns:plone="http://namespaces.plone.org/plone"
5           i18n_domain="quintagroup.portlet.pfg">
6
7
8  <!-- Register the installation GenericSetup extension profile -->
9  <genericsetup:registerProfile
10     name="default"
11     title="quintagroup.portlet.pfg"
12     directory="profiles/default"
13     description=""
14     provides="Products.GenericSetup.interfaces.EXTENSION"
15     />
16
17  <browser:resource
18    name="enableinputlabel.js"
19    image="enableinputlabel.js"
20    />
21   
22    <include package="plone.app.portlets" />
23
24    <plone:portlet
25        name="quintagroup.portlet.pfg.PFGPortlet"
26        interface=".pfg.IPFGPortlet"
27        assignment=".pfg.Assignment"
28        renderer=".pfg.Renderer"
29        addview=".pfg.AddForm"
30        editview=".pfg.EditForm"
31        />
32
33</configure>
Note: See TracBrowser for help on using the repository browser.