- Timestamp:
- 14 Nov 2006, 16:07:15 (18 years ago)
- 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 56 56 57 57 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" 66 61 class="destructive" 67 62 tal:attributes="onclick python:'return window.confirm(\'%s\')' % … … 71 66 class="context" value="Continue" 72 67 /> 73 </td>74 </tr>75 </table>76 68 </form> 77 69 </span> -
WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt
r863 r866 68 68 69 69 <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> 71 77 </span> 72 78 <span tal:condition="python:path('info/review_state')!='objection_raised'">
Note: See TracChangeset for help on using the changeset viewer.