Skip to content

Commit 143455f

Browse files
author
Richard Jones
committed
arg rest
1 parent ab53774 commit 143455f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/customizing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.201 $
5+
:Version: $Revision: 1.202 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -3293,12 +3293,12 @@ be able to give a summary of the total time spent on a particular issue.
32933293
creation through the standard property "creation".
32943294

32953295
You will need to grant "Creation" permission to the users who are
3296-
allowed to add timelog entries. You may do this with:
3296+
allowed to add timelog entries. You may do this with::
32973297

32983298
db.security.addPermissionToRole('User', 'Create', 'timelog')
32993299
db.security.addPermissionToRole('User', 'View', 'timelog')
33003300

3301-
If users are also able to *edit* timelog entries, then also include:
3301+
If users are also able to *edit* timelog entries, then also include::
33023302

33033303
db.security.addPermissionToRole('User', 'Edit', 'timelog')
33043304

0 commit comments

Comments
 (0)