Changeset 4194 for WAeUP_SRP


Ignore:
Timestamp:
3 Jun 2009, 07:43:53 (15 years ago)
Author:
Henrik Bettermann
Message:

remove Uniben specific comments from admission form and slip

Location:
WAeUP_SRP/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/futminna/layouts/student_application.xml

    r3839 r4194  
    330330  <property name="label_edit">Passport Picture</property>
    331331  <property
    332      name="help">Upload passport photograph with red background</property>
     332     name="help">Upload passport photograph with red background in jpg format</property>
    333333  <property name="readonly_layout_modes"/>
    334334  <property name="hidden_layout_modes">
  • WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt

    r3418 r4194  
    6666        <br />
    6767       
    68       <strong tal:condition="python: 'pt' in info['app_doc'].entry_mode "></strong>
    69       <strong tal:condition="python: 'ft' in info['app_doc'].entry_mode ">Clearance commences on resumption and ends exactly two(2) weeks after resumption date.
     68      <strong tal:condition="python: False and 'pt' in info['app_doc'].entry_mode "></strong>
     69      <strong tal:condition="python: False and 'ft' in info['app_doc'].entry_mode ">Clearance commences on resumption and ends exactly two(2) weeks after resumption date.
    7070              Any breach of this directive will result in forfeiture of the admission offer.</strong>           
    7171             
  • WAeUP_SRP/trunk/skins/waeup_student/admission_slip.pt

    r3418 r4194  
    5353      <br />
    5454     
    55       <strong tal:condition="python: 'pt' in info['app_doc'].entry_mode "></strong>
    56       <strong tal:condition="python: 'ft' in info['app_doc'].entry_mode ">Clearance commences on resumption and ends exactly two(2) weeks after resumption date.
     55      <strong tal:condition="python: False and 'pt' in info['app_doc'].entry_mode "></strong>
     56      <strong tal:condition="python: False and 'ft' in info['app_doc'].entry_mode ">Clearance commences on resumption and ends exactly two(2) weeks after resumption date.
    5757              Any breach of this directive will result in forfeiture of the admission offer.</strong>             
    5858   
Note: See TracChangeset for help on using the changeset viewer.