- Timestamp:
- 10/18/09 21:40:10 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.biosql/trunk/src/plone4bio/biosql/browser/configure.zcml
r62 r112 8 8 > 9 9 10 <include package="plone.app.contentmenu" />10 <include package="plone.app.contentmenu" /> 11 11 12 <browser:page13 for="..interfaces.IBioSQLRoot"14 name="view"15 template="templates/biosqlroot.pt"16 allowed_interface=".interfaces.IBioSQLRootView"17 permission="zope2.View"18 />12 <browser:page 13 for="..interfaces.IBioSQLRoot" 14 name="view" 15 template="templates/biosqlroot.pt" 16 allowed_interface=".interfaces.IBioSQLRootView" 17 permission="zope2.View" 18 /> 19 19 20 20 <browser:page 21 21 for="zope.app.container.interfaces.IAdding" 22 22 name="plone4bio.biosql.BioSQLRoot" 23 class=". biosql.BioSQLRootAddForm"23 class=".root.BioSQLRootAddForm" 24 24 permission="cmf.AddPortalContent" 25 25 /> … … 28 28 for="..interfaces.IBioSQLRoot" 29 29 name="edit" 30 class=".biosql.BioSQLRootEditForm" 30 class=".root.BioSQLRootEditForm" 31 permission="cmf.ModifyPortalContent" 32 /> 33 34 <browser:view 35 name="refresh_catalog" 36 for="..interfaces.IBioSQLRoot" 37 class=".root.RefreshCatalog" 31 38 permission="cmf.ModifyPortalContent" 32 39 />
