cybertools/ajax/dojo/configure.zcml
helmutm 90fd32c305 updated skin definition to avoid deprecation warnings
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2234 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-11 18:42:00 +00:00

25 lines
533 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/browser"
xmlns:zope="http://namespaces.zope.org/zope"
i18n_domain="zope">
<resourceDirectory name="ajax.dojo" directory="dojo" />
<!-- <resourceDirectory name="ajax.dojo1" directory="dojo1" /> -->
<page
for="*"
name="ajax.dojo"
template="macros.pt"
permission="zope.Public"
/>
<page
for="*"
name="ajax.inner.html"
template="../innerHtml.pt"
permission="zope.ManageContent"
/>
</configure>