Commit c89c79d0 authored by Jim Fulton's avatar Jim Fulton

Added smallRolesWidget.

parent 23ff4557
"""Access control package""" """Access control package"""
__version__='$Revision: 1.1 $'[11:-2] __version__='$Revision: 1.2 $'[11:-2]
import Globals import Globals
from User import SafeDtml from User import SafeDtml
...@@ -12,6 +12,7 @@ class RoleManager: ...@@ -12,6 +12,7 @@ class RoleManager:
"""Mixin role management support""" """Mixin role management support"""
manage_rolesForm=SafeDtml('RoleManager_manage_rolesForm') manage_rolesForm=SafeDtml('RoleManager_manage_rolesForm')
smallRolesWidget=SafeDtml('smallRolesWidget')
def validRoles(self): def validRoles(self):
return Globals.Bobobase['roles'] return Globals.Bobobase['roles']
...@@ -109,6 +110,9 @@ class RoleManager: ...@@ -109,6 +110,9 @@ class RoleManager:
# $Log: Role.py,v $ # $Log: Role.py,v $
# Revision 1.2 1997/09/02 18:12:13 jim
# Added smallRolesWidget.
#
# Revision 1.1 1997/08/29 18:34:53 brian # Revision 1.1 1997/08/29 18:34:53 brian
# Added basic role management to package. # Added basic role management to package.
# #
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment