Ignore:
Timestamp:
8 Nov 2006, 18:32:55 (18 years ago)
Author:
joachim
Message:

added WAeUPResultsWidget used in clearance modul not fully working yet.
several fixed

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
1 edited
1 moved

Legend:

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

    r788 r794  
    4141psm = ""
    4242args = {}
    43 action = "/application_edit_view"
     43action = "/application_edit_form"
     44base_url = app.absolute_url()
    4445if cpsdocument_edit_button:
    4546    if is_valid:
     
    5253    if is_valid:
    5354        action = "/request_clearance"
     55        base_url = clear.absolute_url()
    5456    else:
    5557        psm = 'psm_content_error'
    5658args['portal_status_message'] = psm
    57 url = app.absolute_url() + action + '?' + urlencode(args)
     59url = base_url + action + '?' + urlencode(args)
    5860REQUEST.RESPONSE.redirect(url)
  • WAeUP_SRP/trunk/skins/waeup_student/application_edit_form.pt

    r788 r794  
    66                      request=request, proxy=info['app'],
    77                      use_session=True, no_form=True)">
    8   <metal:body use-macro="here/main_template/macros/master">
     8  <metal:body use-macro="here/waeup_content_master/macros/master">
    99    <metal:main fill-slot="main">
    1010      <span tal:condition="not: info">
Note: See TracChangeset for help on using the changeset viewer.