Ignore:
Timestamp:
29 Oct 2006, 05:24:04 (18 years ago)
Author:
Henrik Bettermann
Message:

passport_entry_view renamed
layouts modified
and more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py

    r768 r770  
    6868else:
    6969    info['clear'] = None
    70    
     70
    7171res = context.portal_catalog(container_path=student_path,
    7272                             portal_type='StudentPume')
     
    7777    info['pume_review_state'] = wf.getInfoFor(pume,'review_state',None)
    7878else:
    79     info['pume'] = None   
     79    info['pume'] = None
    8080
    8181items = []
    82 s_edit_links = {'StudentApplication': 'student_edit',
     82s_edit_links = {'StudentApplication': 'application_edit',
    8383              'StudentAccommodation': '',
    8484              'StudentClearance': 'clearance_edit',
    8585              'StudentPersonal': '',
    8686              }
    87 s_view_links = {'StudentApplication': None,
     87s_view_links = {'StudentApplication': 'application_view',
    8888              'StudentAccommodation': 'accommodation_view',
    8989              'StudentClearance': 'clearance_view',
    9090              'StudentPersonal': None,
    91               'StudentApplication': 'application_view',
    9291              'StudentStudyCourse': 'study_course_view',
    9392              'StudentPume': 'pume_view',
     
    110109        row['s_edit_link'] = "%s/%s" % (soo.absolute_url(),se_link)
    111110    row['review_state'] = so.review_state
    112     row['display'] = so.review_state in ('opened','closed',) or\
     111    row['display'] = so.review_state in ('opened','closed','public',) or\
    113112                     so.portal_type in ("StudentAccommodation","StudentStudyCourse")
    114113    items.append(row)
Note: See TracChangeset for help on using the changeset viewer.