Changeset 2105 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
16 Aug 2007, 13:24:11 (17 years ago)
Author:
Henrik Bettermann
Message:

intermediate checkin

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  
    7373                                   ds = ds,
    7474                                  )
    75    
     75
    7676if psm == 'invalid':
    7777    return context.apply_pume_form(rendered = res,
     
    9595data['reg_no'] = reg_no
    9696if apply_pume:
    97     data['registration_date'] = current
     97    data['application_date'] = current
    9898    data['status'] = "submitted"
    9999context.applicants_catalog.modifyRecord(**data)
  • WAeUP_SRP/trunk/skins/waeup_student/apply_pume_form.pt

    r2103 r2105  
    4444                 class="standalone"
    4545                 name="create"
    46                  value="Login for PUME Application"
     46                 value="Show PUME Application Record"
    4747                 tal:condition="python: mode == 'create'"
    4848                 />
  • WAeUP_SRP/trunk/skins/waeup_student/layout_apply_pume_view.pt

    r2103 r2105  
    1111         tal:condition="ds/pin|nothing"/>
    1212  <input type="submit" class="standalone" name="slip"
    13          value="Print application slip"
     13         value="Print Application Slip"
    1414         />
    1515</form>
Note: See TracChangeset for help on using the changeset viewer.