Changeset 361 for WAeUP_SRP/trunk/skins
- Timestamp:
- 30 Jul 2006, 06:12:00 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_custom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py
r350 r361 18 18 mtool = getToolByName(context, 'portal_membership') 19 19 #return mtool.getCPSCandidateLocalRoles(context) 20 return [' SectionReader','SectionManager']20 return ['Manager','SectionReader','SectionManager'] -
WAeUP_SRP/trunk/skins/waeup_custom/getContentInfo.py
r306 r361 200 200 info['type_l10n'] = cpsmcat(proxy.getTypeInfo().Title()) 201 201 else: 202 LOG("getContentInfo() pb getting Type Information",203 DEBUG,204 'Proxy :',205 proxy)202 ## LOG("getContentInfo() pb getting Type Information", 203 ## DEBUG, 204 ## 'Proxy :', 205 ## proxy) 206 206 info['type_l10n'] = '' 207 207 info['review_state'] = wtool.getInfoFor(proxy, 'review_state', '')
Note: See TracChangeset for help on using the changeset viewer.