Ignore:
Timestamp:
9 Nov 2006, 08:07:26 (18 years ago)
Author:
Henrik Bettermann
Message:

all script Python ids fixed
student_edit.py deprecated

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  
    88##title=
    99##
    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 $
    1111"""
    1212return the correct campus_index_html
  • WAeUP_SRP/trunk/skins/waeup_default/index_html.py

    r603 r801  
    88##title=
    99##
    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 $
    1111"""
    1212return the correct index_html
  • WAeUP_SRP/trunk/skins/waeup_default/isManager.py

    r787 r801  
    88##title=
    99##
    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 $
    1111"""
    1212return True if the member is considered a Manager,
  • WAeUP_SRP/trunk/skins/waeup_default/isStudent.py

    r603 r801  
    88##title=
    99##
    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 $
    1111"""
    1212return True if the member is considered a Student
     
    1919path_info = request.get('PATH_INFO').split('/')
    2020#roles = member.getRolesInContext(context)
    21 roles = member.getRoles()  # Student role is global 
     21roles = member.getRoles()  # Student role is global
    2222isStudent = "Student" in roles
    2323return isStudent
Note: See TracChangeset for help on using the changeset viewer.