Changeset 472 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
2 Sep 2006, 14:51:14 (18 years ago)
Author:
Henrik Bettermann
Message:

admission renamed, now application

Location:
WAeUP_SRP/trunk/skins
Files:
4 added
5 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_contents_display_buttons.py

    r454 r472  
    1010# $Id: folder_delete.py 30246 2005-12-02 20:10:18Z fguillaume $
    1111"""
    12 buttons shouldn't be displayed if 
     12buttons shouldn't be displayed if
    1313"""
    1414
     
    1717                           'StudyLevel',
    1818                           'Student',
    19                            'StudentAdmission',
     19                           'StudentApplication',
    2020                           'StudentClearance',
    2121                           'StudentPersonal',
  • WAeUP_SRP/trunk/skins/waeup_default/display_content.py

    r454 r472  
    1010# $Id: folder_delete.py 30246 2005-12-02 20:10:18Z fguillaume $
    1111"""
    12 content  should be displayed if 
     12content  should be displayed if
    1313"""
    1414return context.portal_type in ('Certificate',
    1515                                'Department',
    16                                 'StudentAdmission',
     16                                'StudentApplication',
    1717                                'StudentClearance',
    1818                                'StudentPersonal',
  • WAeUP_SRP/trunk/skins/waeup_default/process_waeup_login.py

    r350 r472  
    1717##member_id = str(member)
    1818##ma = getattr(context,member_id)
    19 ##jkw = {'admission_sc_pin': sc_pin}
     19##jkw = {'application_sc_pin': sc_pin}
    2020##jamb = getattr(ma,'JAMB')
    2121##jamb.getContent().edit(mapping=jkw)
  • WAeUP_SRP/trunk/skins/waeup_student/acknowledge_slip.pt

    r460 r472  
    1818    <tal:block tal:condition="python:context.portal_type == 'Student'" tal:omit-tag=""> 
    1919      <tal:block tal:define="
    20                           adm python:here.admission;
    21                           adm_proxy python:adm.getContent();
     20                          appl python:here.application;
     21                          appl_proxy python:appl.getContent();
    2222                          clear python:here.clearance;
    2323                          clear_proxy python:clear.getContent();
     
    2929 
    3030   
    31       <tal:block tal:content="structure python:adm_proxy.render(cluster='adm_slip')" />
    32       <tal:block tal:content="structure python:clear_proxy.render(cluster='adm_slip')" />
    33       <tal:block tal:content="structure python:pers_proxy.render(cluster='adm_slip')" />
     31      <tal:block tal:content="structure python:appl_proxy.render(cluster='appl_slip')" />
     32      <tal:block tal:content="structure python:clear_proxy.render(cluster='appl_slip')" />
     33      <tal:block tal:content="structure python:pers_proxy.render(cluster='appl_slip')" />
    3434
    3535
Note: See TracChangeset for help on using the changeset viewer.