Ignore:
Timestamp:
18 Nov 2006, 20:59:12 (18 years ago)
Author:
Henrik Bettermann
Message:

contact forms and methods renamed
contact_student_form and method for clearance officer added
clearance_edit swept
some psm edited

Is clearance_view.pt still necessary?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py

    r873 r891  
    3838is_valid, ds = doc.validate(request=REQUEST, proxy=context, cluster=cluster,
    3939                            use_session=True)
     40args = {}
    4041
    4142if action is None:
     
    5051        action = ''
    5152    psm = 'psm_content_changed'
    52     args = {}
     53
    5354else:
    5455    psm = 'psm_content_error'
Note: See TracChangeset for help on using the changeset viewer.