Changeset 3590
- Timestamp:
- 28 Jul 2008, 07:40:08 (16 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt
r3426 r3590 96 96 </metal:block> 97 97 <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> 99 99 </metal:block> 100 100 -
WAeUP_SRP/uniben/profiles/default/layouts/application_pume.xml
r3589 r3590 80 80 </property> 81 81 <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> 84 85 <property name="help"></property> 85 86 <property name="is_i18n">False</property> … … 93 94 <property name="hidden_readonly_layout_modes"/> 94 95 <property name="css_class_expr">string:row</property> 96 <property name="is_i18n">False</property> 95 97 </widget> 96 98 <widget name="department" meta_type="String Widget"> … … 630 632 <row> 631 633 <cell name="date_of_birth" ncols="2"/> 634 </row> 635 <row> 636 <cell name="sex" ncols="2"/> 632 637 </row> 633 638 <row>
Note: See TracChangeset for help on using the changeset viewer.