28 Jul
2002
28 Jul
'02
9:30 p.m.
NathanDunn@ctimi.com writes:
What is the TAL equivelant to:
<dtml-if " _.SecurityCheckPermissio n('Delete objects',this ())"> Something like (you need to look up the correct names):
<div tal:define="SecurityManager modules/AccessControl/getSecurityManager" tal:condition="python: SecurityManager.checkPermission(...)"> ... </div> Dieter