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

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