Ignore:
Timestamp:
19 Dec 2007, 11:16:49 (17 years ago)
Author:
Henrik Bettermann
Message:

install button to execute transitions return and pay_school_fee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/student_view.pt

    r2793 r2961  
    22  <metal:main fill-slot="main"
    33              tal:define="info context/getStudentFolderInfo;
    4               baseinfo info/base_info|nothing"
     4                          baseinfo info/base_info|nothing"
    55              >
    66    <metal:block tal:condition="not: info">
     
    104104          <input type="submit" class="context" value="Send Email with Authentication Data" />
    105105        </form>
     106       
     107       
     108       
     109       
     110        <form action="" method="post" class="group"
     111              tal:condition="info/transition_return_allowed"
     112              tal:attributes="action string:${context/absolute_url}/changeRegState">
     113          <input type="submit" class="context" value="Execute Transition 'return'" />
     114          <input type="hidden" name="transition"
     115                 tal:attributes="value string:return"
     116                 /> &nbsp; <br /><br />     
     117          <font color='red'>Attention: This low-level method does not change the study course and/or payment objects! They must be edited separately.</font>
     118        </form>       
     119       
     120        <form action="" method="post" class="group"
     121              tal:condition="info/transition_pay_school_fee_allowed"
     122              tal:attributes="action string:${context/absolute_url}/changeRegState">
     123          <input type="submit" class="context" value="Execute Transition 'pay_school_fee'" />
     124          <input type="hidden" name="transition"
     125                 tal:attributes="value string:pay_school_fee"
     126                 /> &nbsp; <br /><br />
     127          <font color='red'>Attention: This low-level method does not change the study course and/or payment objects! They must be edited separately.</font>
     128        </form>             
     129   
     130   
     131       
     132       
    106133        <div tal:condition="python:info['review_state']=='deactivated'">
    107134          <font color="red">This student record has been deactivated!</font>
Note: See TracChangeset for help on using the changeset viewer.