Changeset 3590


Ignore:
Timestamp:
28 Jul 2008, 07:40:08 (16 years ago)
Author:
Henrik Bettermann
Message:

add sex

Location:
WAeUP_SRP
Files:
2 edited

Legend:

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

    r3426 r3590  
    9696          </metal:block>
    9797          <metal:block tal:condition="expired">
    98             <br /><font color="red">The application period has expired! </font>   
     98            <br /><font color="red">The application period has expired or application has been temporarily disabled! </font>   
    9999          </metal:block>
    100100         
  • WAeUP_SRP/uniben/profiles/default/layouts/application_pume.xml

    r3589 r3590  
    8080    </property>
    8181    <property name="label">Date of Birth</property>
    82     <property name="label_edit">Date of Birth</property>
    83     <property name="description"></property>
     82    <property name="label_edit">Date of Birth (dd/mm/yyyy)</property>
     83    <property name="description"></property>
     84    <property name="is_required">False</property>
    8485    <property name="help"></property>
    8586    <property name="is_i18n">False</property>
     
    9394    <property name="hidden_readonly_layout_modes"/>
    9495    <property name="css_class_expr">string:row</property>
     96    <property name="is_i18n">False</property>
    9597  </widget>
    9698  <widget name="department" meta_type="String Widget">
     
    630632  <row>
    631633   <cell name="date_of_birth" ncols="2"/>
     634  </row>
     635  <row>
     636   <cell name="sex" ncols="2"/>
    632637  </row> 
    633638  <row>
Note: See TracChangeset for help on using the changeset viewer.