~sidnei/zope3/ztk-1.0a1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<configure xmlns="http://namespaces.zope.org/browser">

   <icon name="zmi_icon" for="zope.broken.interfaces.IBroken"
         file="broken.gif" />

   <page
       name="index.html"
       menu="zmi_views" title="Broken object"
       for="zope.broken.interfaces.IBroken"
       template="broken.pt"
       permission="zope.ManageContent"
       />

</configure>