
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1172 fd906abe-77d9-0310-91a1-e0d9ade77398
27 lines
659 B
XML
27 lines
659 B
XML
<!-- $Id$ -->
|
|
|
|
<configure
|
|
xmlns="http://namespaces.zope.org/browser"
|
|
xmlns:zope="http://namespaces.zope.org/zope"
|
|
i18n_domain="zope">
|
|
|
|
<resource name="edit.gif" file="edit.gif" />
|
|
|
|
<pages for="loops.interfaces.IResource"
|
|
class=".browser.ExternalEditorView"
|
|
permission="zope.ManageContent">
|
|
|
|
<page name="external_edit" attribute="load" />
|
|
<!--
|
|
<page name="save" attribute="save" />
|
|
<page name="lock" attribute="lock" />
|
|
<page name="unlock" attribute="unlock" />-->
|
|
|
|
</pages>
|
|
|
|
<page for="*"
|
|
name="xedit_macros"
|
|
template="xedit.pt"
|
|
permission="zope.View" />
|
|
|
|
</configure>
|