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

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

Removed viewlets artefacts

File size: 629 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="ploneorg.kudobounty">
5
6  <!-- -*- extra stuff goes here -*- -->
7  <browser:page
8     name="processBountyForm"
9     for="*"
10     permission="zope.Public"
11     class=".views.BountyFormProcessorView"
12     />
13
14  <adapter name="bounty_collection_view"
15       factory=".views.BountyCollectionRenderer"/>
16
17  <browser:resource
18      name="ploneorg_bounty.css"
19      file="ploneorg_bounty.css"
20      />
21
22  <browser:resource
23      name="ploneorg_bounty.js"
24      file="ploneorg_bounty.js"
25      />
26
27</configure>
Note: See TracBrowser for help on using the repository browser.