Changeset 481 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 5 Sep 2006, 15:15:31 (18 years ago)
- 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 26 26 if psm == 'invalid': 27 27 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,), 30 30 firstlayout = True, 31 31 lastlayout = True, -
WAeUP_SRP/trunk/skins/waeup_student/layout_student_create.pt
r479 r481 1 1 <tal:block define="global creation python:1; 2 2 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 174 174 id="cpsdocument_edit_and_view_button" 175 175 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" /> 178 181 <tal:block content="structure string:</div></form>" /> 179 182 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.