source: products/quintagroup.pingtool/trunk/quintagroup/pingtool/browser/configure.zcml @ 3665

Last change on this file since 3665 was 626, checked in by crchemist, 18 years ago

Modified tests.

File size: 526 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="quintagroup.pingtool">
5
6   <browser:page
7      for="*"
8      class=".ping.RunPingView"
9      permission="zope2.View"
10      name="run_ping"/>
11
12   <browser:page
13      for="*"
14      class=".ping.CanPingView"
15      permission="zope2.View"
16      name="can_ping"/>
17 
18   <browser:page
19      for="*"
20      class=".ping.ReturnPingView"
21      permission="zope2.View"
22      name="return_ping"/>
23
24</configure>
Note: See TracBrowser for help on using the repository browser.