loops/security/manage_workspace.pt
helmutm 87f46f0d28 propagation of role permission settings from workspaces basically working
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3623 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-11-10 18:19:49 +00:00

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>