Changeset 112
- Timestamp:
- 09/07/05 19:23:36 (3 years ago)
- Files:
-
- addcommentmacro/stable/AddComment.py (modified) (1 diff)
- addcommentmacro/trunk/AddComment.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
addcommentmacro/stable/AddComment.py
r41 r112 39 39 40 40 out = StringIO() 41 if wikipreview or not perm.has_permission(trac.perm.WIKI_MODIFY):41 if wikipreview or not (perm.has_permission(trac.perm.WIKI_MODIFY) or appendonly): 42 42 disabled = ' disabled="disabled"' 43 43 addcommentmacro/trunk/AddComment.py
r110 r112 47 47 48 48 out = StringIO() 49 if wikipreview or not perm.has_permission('WIKI_MODIFY'):49 if wikipreview or not (perm.has_permission('WIKI_MODIFY') or appendonly): 50 50 disabled = ' disabled="disabled"' 51 51
