cybertools/reporter/configure.zcml
helmutm 66faec4a38 extend/adapt result set to use client instance objects for rows, using the applyTemplate() method for retrieving and formatting cell data
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2743 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-07-07 17:57:38 +00:00

15 lines
325 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<adapter
factory="cybertools.reporter.resultset.ContentRow"
provides="cybertools.reporter.interfaces.IRow"
/>
<include package=".browser" />
</configure>