source: products/quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/tests/ecmaunits/overrides.zcml @ 3402

Last change on this file since 3402 was 884, checked in by mylan, 17 years ago

Correct reply notification message template.

File size: 337 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4
5  <browser:page
6      for="kss.demo.interfaces.ISimpleContent"
7      template="kss_demo_index.pt"
8      class="kss.demo.browser.index.DemoIndexView"
9      name="index.html"
10      permission="zope.View"
11      />
12
13</configure>
Note: See TracBrowser for help on using the repository browser.