You are not logged in Log in Join
You are here: Home » Members » hewei » Zope RPMs for RedHat » Plone Product RPMs » CMF Photo Album » CMFPhotoAlbum-0.4-plone2.patch » View File

Log in
Name

Password

 

CMFPhotoAlbum-0.4-plone2.patch

must be patched to run on my plone2, not sure about yours.
File details
Size
1 K
File type
text/plain

File contents

--- CMFPhotoAlbum/PhotoAlbum.py.orig	2003-12-21 07:11:54.000000000 +0800
+++ CMFPhotoAlbum/PhotoAlbum.py	2004-05-15 21:44:14.000000000 +0800
@@ -23,13 +23,13 @@
                                   'permissions'   : (CMFCorePermissions.View,),
                                   'category'      : 'folder'},
                                 { 'id'            : 'local_roles',
-                                  'name'          : 'Local Roles',
+                                  'name'          : 'Sharing',
                                   'action'        : 'folder_localrole_form',
                                   'permissions'   : (CMFCorePermissions.ManageProperties,),
                                   'category'      : 'folder'},
                                 { 'id'            : 'edit',
                                   'name'          : 'Properties',
-                                  'action'        : 'portal_form/folder_edit_form',
+                                  'action'        : 'folder_edit_form',
                                   'permissions'   : (CMFCorePermissions.ManageProperties,),
                                   'category'      : 'folder'
                                   },