[Zope-CVS] CVS: Products/PluggableAuthService -
PluggableAuthService.py:1.20
Jens Vagelpohl
jens at dataflake.org
Sat Nov 6 07:09:26 EST 2004
Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv13131
Modified Files:
PluggableAuthService.py
Log Message:
- reunite the ZMI stuff in one place (first noticed by Willi Langenberger)
=== Products/PluggableAuthService/PluggableAuthService.py 1.19 => 1.20 ===
--- Products/PluggableAuthService/PluggableAuthService.py:1.19 Sat Oct 16 16:15:47 2004
+++ Products/PluggableAuthService/PluggableAuthService.py Sat Nov 6 07:09:26 2004
@@ -169,14 +169,6 @@
maxlistusers = -1 # Don't allow local role form to try to list us!
- #
- # ZMI
- #
- arrow_right_gif = ImageFile( 'www/arrow-right.gif', globals() )
- arrow_left_gif = ImageFile( 'www/arrow-left.gif', globals() )
- arrow_up_gif = ImageFile( 'www/arrow-up.gif', globals() )
- arrow_down_gif = ImageFile( 'www/arrow-down.gif', globals() )
-
def getId( self ):
return self._id
@@ -558,6 +550,11 @@
#
# ZMI stuff
#
+ arrow_right_gif = ImageFile( 'www/arrow-right.gif', globals() )
+ arrow_left_gif = ImageFile( 'www/arrow-left.gif', globals() )
+ arrow_up_gif = ImageFile( 'www/arrow-up.gif', globals() )
+ arrow_down_gif = ImageFile( 'www/arrow-down.gif', globals() )
+
security.declareProtected(ManageUsers, 'manage_search')
manage_search = PageTemplateFile('www/pasSearch', globals())
More information about the Zope-CVS
mailing list