Ignore:
Timestamp:
8 Nov 2007, 10:14:35 (17 years ago)
Author:
Henrik Bettermann
Message:

Ziwschenversion

Ich arbeite noch an layout_application_edit.pt

Location:
WAeUP_SRP/base/skins/waeup_student
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/admission_form.pt

    r1808 r2579  
    3030            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
    3131            layout_mode='view_info',
    32             layout_id='student_application_fe')"
     32            layout_id='student_application')"
    3333            />
    3434
  • WAeUP_SRP/base/skins/waeup_student/admission_slip.pt

    r1977 r2579  
    2020            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
    2121            layout_mode='view_info',
    22             layout_id='student_application_fe')"
     22            layout_id='student_application')"
    2323            />
    2424
  • WAeUP_SRP/base/skins/waeup_student/application_edit.py

    r2390 r2579  
    3939is_valid, ds = app_doc.validate(request=REQUEST,
    4040                                schema_id = 'student_application',
    41                                 layout_id = 'student_application_fe',
     41                                layout_id = 'student_application',
    4242                                proxy=app,
    4343                                use_session=False)
  • WAeUP_SRP/base/skins/waeup_student/clearance_slip.pt

    r1737 r2579  
    1414              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
    1515              layout_mode='view_info',
    16               layout_id='student_application_fe')"
     16              layout_id='student_application')"
    1717              />       
    1818             
  • WAeUP_SRP/base/skins/waeup_student/course_registration_slip.pt

    r2489 r2579  
    3131            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
    3232            layout_mode='view_info',
    33             layout_id='student_application_fe')"
     33            layout_id='student_application')"
    3434            />           
    3535      <table  cellpadding="2" cellspacing="0">
Note: See TracChangeset for help on using the changeset viewer.