- Timestamp:
- 10 Jun 2009, 07:35:29 (15 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/application_ct.xml
r4240 r4241 365 365 <property name="hidden_readonly_layout_modes"/> 366 366 <property name="css_class_expr">string:row</property> 367 <property name="prefix">C EST</property>367 <property name="prefix">CT</property> 368 368 <property name="reference"></property> 369 369 </widget> -
WAeUP_SRP/trunk/profiles/default/layouts/application_dp.xml
r4240 r4241 365 365 <property name="hidden_readonly_layout_modes"/> 366 366 <property name="css_class_expr">string:row</property> 367 <property name="prefix"> CEST</property>367 <property name="prefix">DP</property> 368 368 <property name="reference"></property> 369 369 </widget> -
WAeUP_SRP/trunk/profiles/default/layouts/application_pt.xml
r4240 r4241 365 365 <property name="hidden_readonly_layout_modes"/> 366 366 <property name="css_class_expr">string:row</property> 367 <property name="prefix"> CEST</property>367 <property name="prefix">PT</property> 368 368 <property name="reference"></property> 369 369 </widget> -
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r4240 r4241 31 31 32 32 #manage = "manage" in request.keys() 33 screening_types = ('prence','pume','pce','pde','cest','sandwich' )33 screening_types = ('prence','pume','pce','pde','cest','sandwich','dp','ct','pt') 34 34 if not (traverse_subpath and traverse_subpath[0] in screening_types): 35 35 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) … … 53 53 headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip' 54 54 headings_slip['cest'] = 'CEST Application (2008/2009) Aknowledgement Slip' 55 headings_slip['pt'] = ' CESTApplication (2009/2010) Aknowledgement Slip'56 headings_slip['dp'] = ' CESTApplication (2009/2010) Aknowledgement Slip'57 headings_slip['ct'] = 'C ESTApplication (2009/2010) Aknowledgement Slip'55 headings_slip['pt'] = 'Part-Time Degree Application (2009/2010) Aknowledgement Slip' 56 headings_slip['dp'] = 'Diploma Programme Application (2009/2010) Aknowledgement Slip' 57 headings_slip['ct'] = 'Certificate Programme Application (2009/2010) Aknowledgement Slip' 58 58 headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2008/2009) Aknowledgement Slip' 59 59 configuration += ('heading_slip',headings_slip), … … 72 72 deaddates['pt'] = DateTime.DateTime(pprops.date5) 73 73 deaddates['dp'] = DateTime.DateTime(pprops.date5) 74 deaddates['ct'] = DateTime.DateTime(pprops.date 3)74 deaddates['ct'] = DateTime.DateTime(pprops.date5) 75 75 configuration += ('deaddate',deaddates), 76 76 -
WAeUP_SRP/trunk/skins/waeup_uniben/config_form.pt
r4099 r4241 141 141 <th> 142 142 <label> 143 Deadline CEST Application :143 Deadline CEST Application 2008/2009: 144 144 </label> 145 145 </th> … … 153 153 <th> 154 154 <label> 155 Deadline SANDWICHApplication:155 Deadline PT/DP/CT Application: 156 156 </label> 157 157 </th> … … 160 160 tal:attributes="value pprops/date4" /> 161 161 </td> 162 </tr> 162 </tr> 163 163 164 </table> 164 165 <p>
Note: See TracChangeset for help on using the changeset viewer.