Changeset 2581 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 8 Nov 2007, 10:37:22 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/admission_form.pt
r2579 r2581 1 <metal:html tal:define="info context/getStudentInfo"> 1 <metal:html tal:define="info context/getStudentInfo; 2 app_email info/app_doc/app_email"> 2 3 <span tal:condition="not: info"> 3 4 <span tal:content="here/illegal_view" /> … … 76 77 (cpsmcat('Confirm that you want to raise an objection.'), )" 77 78 /> 78 <input tal:condition="python:review_state in ('admitted', 'objection_raised',) " type="submit" name="application_edit:method"79 <input tal:condition="python:review_state in ('admitted', 'objection_raised',) and not app_email" type="submit" name="application_edit:method" 79 80 class="context" value="Continue" 80 81 /> 82 <input tal:condition="python:review_state in ('admitted', 'objection_raised',) and app_email" type="submit" name="start_clearance:method" 83 class="context" value="Continue" 84 /> 81 85 </form> 82 86 </span> -
WAeUP_SRP/base/skins/waeup_student/application_edit_form.pt
r2575 r2581 31 31 <span tal:omit-tag="" tal:replace="structure rendered_main"/> 32 32 </span> 33 <br /> 33 34 <input type="submit" class="standalone" 34 35 name="cpsdocument_edit_button"
Note: See TracChangeset for help on using the changeset viewer.