Changeset 4819
- Timestamp:
- 15 Jan 2010, 18:09:30 (15 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Documents.py
r3824 r4819 30 30 def Title(self): 31 31 """compose title""" 32 return "Document sSection"32 return "Document Section" 33 33 34 34 def exportLocalRoles(self,portal_type): ###( -
WAeUP_SRP/trunk/Upload.py
r4525 r4819 36 36 def Title(self): 37 37 """compose title""" 38 return "Upload sSection"38 return "Upload Section" 39 39 40 40
Note: See TracChangeset for help on using the changeset viewer.