loops/integrator/collection_macros.pt
helmutm f7183f70d4 show field content for content manager only
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4215 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-09 18:00:15 +00:00

21 lines
No EOL
560 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 tal:condition="item/editable"
use-macro="view/concept_macros/conceptfields" />
<form action="." method="post"
tal:condition="item/editable">
<input type="submit" name="update" value="Update Collection" />
</form>
</metal:fill>
</metal:block>
</metal:block>
</html>