[Zope] Permission

Todd Loomis tloomis@dmso.mil
Thu, 23 Aug 2001 13:36:05 -0400


When adding folder how to you specific the permissions:

<dtml-if expr="_.SecurityCheckPermission('Add Folders', this())">
	<dtml-with "folders[REQUEST['folder']]">
		<dtml-call expr="manage_addFolder(id=REQUEST['FolderName'], 
title=REQUEST['FolderName'])">
	</dtml-with>
</dtml-if>
<dtml-call "RESPONSE.redirect('./index_html')">

Todd