Changeset 2105 for WAeUP_SRP/trunk/skins
- Timestamp:
- 16 Aug 2007, 13:24:11 (17 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_pume.py
r2103 r2105 73 73 ds = ds, 74 74 ) 75 75 76 76 if psm == 'invalid': 77 77 return context.apply_pume_form(rendered = res, … … 95 95 data['reg_no'] = reg_no 96 96 if apply_pume: 97 data[' registration_date'] = current97 data['application_date'] = current 98 98 data['status'] = "submitted" 99 99 context.applicants_catalog.modifyRecord(**data) -
WAeUP_SRP/trunk/skins/waeup_student/apply_pume_form.pt
r2103 r2105 44 44 class="standalone" 45 45 name="create" 46 value=" Login for PUME Application"46 value="Show PUME Application Record" 47 47 tal:condition="python: mode == 'create'" 48 48 /> -
WAeUP_SRP/trunk/skins/waeup_student/layout_apply_pume_view.pt
r2103 r2105 11 11 tal:condition="ds/pin|nothing"/> 12 12 <input type="submit" class="standalone" name="slip" 13 value="Print application slip"13 value="Print Application Slip" 14 14 /> 15 15 </form>
Note: See TracChangeset for help on using the changeset viewer.