loops/browser/flash/configure.zcml
helmutm 53810c1a19 restrict attributes provided by the XML-RPC interface to plain TextField-s; bind the flash UI to the ManageConcepts permission
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1653 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-03-18 14:50:21 +00:00

21 lines
507 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope">
<!-- Flash user interface -->
<page
name="swf.html"
for="loops.interfaces.ILoopsObject"
class="loops.browser.flash.flash.FlashView"
template="flash.pt"
permission="loops.xmlrpc.ManageConcepts"
/>
<resource name="loops.swf" file="loops.swf" />
<resource name="bg_grey.gif" file="bg_gradient_grey.gif" />
</configure>