Mercurial > p > roundup > code
diff doc/customizing.txt @ 3653:cfa7fa2c5e0f
arg rest
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 10 Aug 2006 23:25:29 +0000 |
| parents | 3a19d31be628 |
| children | f7db2771e87d |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Aug 10 23:21:42 2006 +0000 +++ b/doc/customizing.txt Thu Aug 10 23:25:29 2006 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.201 $ +:Version: $Revision: 1.202 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -3293,12 +3293,12 @@ creation through the standard property "creation". You will need to grant "Creation" permission to the users who are - allowed to add timelog entries. You may do this with: + allowed to add timelog entries. You may do this with:: db.security.addPermissionToRole('User', 'Create', 'timelog') db.security.addPermissionToRole('User', 'View', 'timelog') - If users are also able to *edit* timelog entries, then also include: + If users are also able to *edit* timelog entries, then also include:: db.security.addPermissionToRole('User', 'Edit', 'timelog')
