loops/integrator/collection_macros.pt
helmutm be71f62a6e improvements for external collection and media asset: integration now working correctly, with generation of scal variants for media assets
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3105 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-31 13:46:18 +00:00

19 lines
No EOL
469 B
XML

<html i18n:domain="loops">
<metal:block define-macro="render_collection"
tal:define="dummy item/update">
<metal:block use-macro="view/concept_macros/conceptdata">
<metal:fill fill-slot="fields">
<metal:block use-macro="view/concept_macros/conceptfields" />
<form action="." method="post">
<input type="submit" name="update" value="Update Collection" />
</form>
</metal:fill>
</metal:block>
</metal:block>
</html>