source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/browser/configure.zcml @ 3129

Last change on this file since 3129 was 3129, checked in by mylan, 13 years ago

Initial import of the package

File size: 772 bytes
RevLine 
[3129]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="ploneorg.kudobounty">
5
6  <include package="plone.app.contentmenu" />
7
8  <!-- -*- extra stuff goes here -*- -->
9
10  <!-- <browser:viewlet -->
11  <!--     name="ploneorg.bounty.submission"  -->
12  <!--     manager="plone.app.layout.viewlets.interfaces.IPortalFooter" -->
13  <!--     for="*" -->
14  <!--     class=".viewlets.BountyViewlet" -->
15  <!--     permission="zope.Public"  -->
16  <!--     /> -->
17
18  <browser:resource
19     name="ploneorg_bounty.css"
20     file="ploneorg_bounty.css"
21     />
22
23  <browser:page
24     name="processBountyForm"
25     for="*"
26     permission="zope.Public"
27     class=".views.BountyFormProcessorView"
28     />
29
30
31</configure>
Note: See TracBrowser for help on using the repository browser.