Ignore:
Timestamp:
10 Nov 2006, 16:52:23 (18 years ago)
Author:
joachim
Message:

add select boxes to clearance results
display final_submit button, if aknow checked
set clearance object to closed and
student to clearance_requested when final submit button is clicked

File:
1 edited

Legend:

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

    r827 r832  
    2121
    2222students_url = "%s/campus/students" % (context.portal_url.getPortalPath())
    23 #campus = context.portal_catalog(meta_type = "University")[-1].getObject()
    2423
    2524if context.isManager():
     
    2928    student = info['student']
    3029    return redirect("%s/student_view" % student.absolute_url())
    31 
Note: See TracChangeset for help on using the changeset viewer.