
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3623 fd906abe-77d9-0310-91a1-e0d9ade77398
13 lines
402 B
XML
13 lines
402 B
XML
<html metal:use-macro="context/@@standard_macros/view"
|
|
i18n:domain="zope">
|
|
<body>
|
|
<div metal:fill-slot="body" i18n:domain="zope">
|
|
<h2 i18n:translate="">Assign Permissions to Roles for Children of this Object</h2>
|
|
<p tal:define="status view/update"
|
|
tal:content="status" i18n:translate=""/>
|
|
|
|
<metal:permissions use-macro="view/permission_macros/permission_form" />
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|