loops/system/sync/configure.zcml
helmutm eddf4287ec work in progress: loops site synchronization: export (and subsequent import) of changes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3729 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-02-14 09:51:49 +00:00

16 lines
363 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="loops">
<!-- views -->
<browser:page
name="sync_changes.html"
for="loops.interfaces.IConcept"
class="loops.system.sync.browser.SyncChanges"
permission="zope.ManageContent" />
</configure>