Ignore:
Timestamp:
5 Sep 2006, 15:15:31 (18 years ago)
Author:
joachim
Message:

modified student_application_schema

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py

    r479 r481  
    2626if psm == 'invalid':
    2727    return context.application_pin_form(rendered = res,
    28                                  #psm = "Please correct your input",
    29                                  psm = "psm : #%s#" % (psm,),
     28                                 psm = "Please correct your input",
     29                                 #psm = "psm : #%s#" % (psm,),
    3030                                 firstlayout = True,
    3131                                 lastlayout = True,
  • WAeUP_SRP/trunk/skins/waeup_student/layout_student_create.pt

    r479 r481  
    11<tal:block define="global creation python:1;
    22                   global formaction string:apply_admission" />
    3 <metal:block use-macro="here/layout_waeup_edit/macros/default_edit" />
     3<metal:block use-macro="here/layout_student_edit/macros/default_edit" />
  • WAeUP_SRP/trunk/skins/waeup_student/layout_student_edit.pt

    r478 r481  
    174174    id="cpsdocument_edit_and_view_button"
    175175    tal:condition="not:creation" />
    176   <input type="submit" class="standalone" name="cpsdocument_create_button"
    177     value="button_create" i18n:attributes="value" tal:condition="creation" />
     176  <input type="submit"
     177         class="standalone"
     178         name="cpsdocument_create_button"
     179         value="apply"
     180         i18n:attributes="value" tal:condition="creation" />
    178181  <tal:block content="structure string:</div></form>" />
    179182</tal:block>
Note: See TracChangeset for help on using the changeset viewer.