Ignore:
Timestamp:
7 Apr 2008, 10:42:13 (16 years ago)
Author:
Henrik Bettermann
Message:

apply_admission.py: fixed

manage mode removed

application_manage layout extended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/waeup_custom/apply_admission_manage_form.pt

    r3343 r3426  
    100100        <br/>
    101101       
    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
    116103       
    117104      </metal:block>
Note: See TracChangeset for help on using the changeset viewer.