loops/expert/browser/configure.zcml
helmutm 6acfec47f4 provide quicksearch input field as top action
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3217 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-08 16:30:12 +00:00

22 lines
611 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="loops">
<zope:adapter
name="action_query.html"
for="loops.interfaces.IConcept
zope.publisher.interfaces.browser.IBrowserRequest"
provides="zope.interface.Interface"
factory="loops.expert.browser.base.BaseQueryView"
permission="zope.View" />
<browser:page
name="search.html"
for="loops.interfaces.INode"
class="loops.expert.browser.search.SearchResults"
permission="zope.View" />
</configure>