Ignore:
Timestamp:
14 Nov 2006, 16:07:15 (18 years ago)
Author:
Henrik Bettermann
Message:

objection_raised status linked with admission_form
'Raise an Objection' button not displayed in state objection_raised

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt

    r863 r866  
    5656
    5757     
    58       <form action="." method="post" class="group"
    59             >
    60         <table width="100%" cellspacing="0" cellpadding="2"
    61                class="folderButtons">
    62           <tr>
    63             <td align="left" valign="top" rowspan="3"></td>
    64             <td align="left" valign="top">
    65                 <input type="submit" name="raise_objection:method" value="Raise an Objection"
     58      <form action="." method="post" class="group">
     59
     60                <input  tal:condition="python:review_state!='objection_raised'" type="submit" name="raise_objection:method" value="Raise an Objection"
    6661                       class="destructive"
    6762                       tal:attributes="onclick python:'return window.confirm(\'%s\')' %
     
    7166                       class="context" value="Continue"
    7267                       />
    73             </td>
    74           </tr>
    75         </table>
    7668       </form>
    7769    </span>
Note: See TracChangeset for help on using the changeset viewer.