
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1172 fd906abe-77d9-0310-91a1-e0d9ade77398
7 lines
338 B
XML
7 lines
338 B
XML
<metal:editlink define-macro="editLink">
|
|
<a href="#" title="External Editor"
|
|
tal:define="url xeditObjectUrl | context/@@absolute_url"
|
|
tal:attributes="href string:$url/external_edit"
|
|
><img src="edit.gif" alt="External Editor"
|
|
tal:attributes="src context/++resource++edit.gif" /></a>
|
|
</metal:editlink>
|