Changeset 5510


Ignore:
Timestamp:
2 Sep 2010, 05:43:12 (14 years ago)
Author:
Henrik Bettermann
Message:

second choice pde application (pde2) according to r5258 (untested)

Location:
WAeUP_SRP/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts.xml

    r5258 r5510  
    6060  <object name="application_pume2" meta_type="CPS Layout"/>
    6161  <object name="application_pde" meta_type="CPS Layout"/>
     62  <object name="application_pde2" meta_type="CPS Layout"/>
    6263  <object name="application_prence" meta_type="CPS Layout"/>
    6364  <object name="application_pce" meta_type="CPS Layout"/>
  • WAeUP_SRP/trunk/profiles/default/vocabularies/screening_types.xml

    r5258 r5510  
    99  <item key="pume2" msgid="">PUME 2nd Choice</item>
    1010  <item key="pde" msgid="">PUDE</item>
     11  <item key="pde2" msgid="">PUDE 2nd Choice</item>
    1112  <item key="cest" msgid="">CEST</item>
    1213  <item key="dp" msgid="">Diploma</item>
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py

    r5258 r5510  
    3939headings['pume2'] = 'Apply for Post UME Screening Test 2010/2011 (Uniben as 2nd choice)!'
    4040headings['pde'] = 'Apply for Post UDE Screening Test (2010/2011)! '
     41headings['pde2'] = 'Apply for Post UDE Screening Test 2010/2011 (Uniben as 2nd choice)!'
    4142headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! '
    4243headings['pce'] = 'Apply for PCE Screening (2009/2010)! '
     
    5354headings_slip['pume2'] = 'Post UME Screening (2010/2011) Acknowledgement Slip (Uniben 2nd choice)!'
    5455headings_slip['pde'] = 'Post UDE Screening (2010/2011) Acknowledgement Slip'
     56headings_slip['pde2'] = 'Post PUDE Screening (2010/2011) Acknowledgement Slip (Uniben 2nd choice)!'
    5557headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Acknowledgement Slip'
    5658headings_slip['pce'] = 'PCE Screening (2009/2010) Acknowledgement Slip'
     
    7173deaddates['pume2'] = DateTime.DateTime(pprops.date1)
    7274deaddates['pde'] = DateTime.DateTime(pprops.date2)
     75deaddates['pde2'] = DateTime.DateTime(pprops.date2)
    7376deaddates['prence'] = DateTime.DateTime(pprops.date1)
    7477deaddates['pce'] = DateTime.DateTime(pprops.date5)
     
    9093confirm['pume2'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    9194confirm['pde'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
     95confirm['pde2'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    9296confirm['prence'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    9397confirm['pce'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
Note: See TracChangeset for help on using the changeset viewer.