Changeset 866 for WAeUP_SRP


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

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 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>
  • WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt

    r863 r866  
    6868 
    6969  <span tal:condition="python:path('info/review_state')=='objection_raised'">
    70   <tr><td class="stopped">Objection raised</td></tr>
     70  <tr>
     71    <td class="stopped">
     72    <a href="" tal:attributes="href string:${info/url}/admission_form">
     73    Objection raised
     74    </a>
     75    </td>
     76  </tr>
    7177  </span>
    7278  <span tal:condition="python:path('info/review_state')!='objection_raised'">
Note: See TracChangeset for help on using the changeset viewer.