source: products/qPingTool/branches/plone-3.1/browser/configure.zcml

Last change on this file was 198, checked in by crchemist, 18 years ago

Fixup error in init.py

File size: 301 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="qPingTool">
5
6   <browser:page
7      for="*"
8      class=".ping.PingView"
9      template="ping_setup.pt"
10      permission="zope2.View"
11      name="ping_setup"/>
12
13</configure>
Note: See TracBrowser for help on using the repository browser.