- Timestamp:
- 31 Aug 2006, 10:37:54 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/academics_contents_display_buttons.py
r371 r454 14 14 15 15 #if context.portal_type in ('Department','Certificate','StudyLevel'): 16 if context.portal_type in ('Department','StudyLevel',): 16 if context.portal_type in ('Department', 17 'StudyLevel', 18 'Student', 19 'StudentAdmission', 20 'StudentClearance', 21 'StudentPersonal', 22 'StudentStudyCourse', 23 'StudentStudyLevel', 24 ): 17 25 return None 18 26 return 1
Note: See TracChangeset for help on using the changeset viewer.