Changeset 801 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 9 Nov 2006, 08:07:26 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/campus_index.py
r603 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: campus_index.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return the correct campus_index_html -
WAeUP_SRP/trunk/skins/waeup_default/index_html.py
r603 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: index_html.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return the correct index_html -
WAeUP_SRP/trunk/skins/waeup_default/isManager.py
r787 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: isManager.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return True if the member is considered a Manager, -
WAeUP_SRP/trunk/skins/waeup_default/isStudent.py
r603 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: isStudent.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return True if the member is considered a Student … … 19 19 path_info = request.get('PATH_INFO').split('/') 20 20 #roles = member.getRolesInContext(context) 21 roles = member.getRoles() # Student role is global 21 roles = member.getRoles() # Student role is global 22 22 isStudent = "Student" in roles 23 23 return isStudent
Note: See TracChangeset for help on using the changeset viewer.