Changeset 3426 for WAeUP_SRP/uniben/waeup_custom
- Timestamp:
- 7 Apr 2008, 10:42:13 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/waeup_custom/apply_admission_manage_form.pt
r3343 r3426 100 100 <br/> 101 101 102 <form action="" id="editForm" method="post" 103 enctype="multipart/form-data" class="workflow" 104 tal:attributes="action string:${context/absolute_url}/apply_admission" 105 tal:condition="rendered_main" 106 > 107 <input type="hidden" name="reg_no" 108 tal:attributes="value ds/reg_no|nothing" 109 tal:condition="ds/reg_no|nothing"/> 110 <input type="submit" 111 class="standalone" 112 name="manage" 113 value="Assume Applicant's Role" 114 /> 115 </form> 102 116 103 117 104 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.