Changeset 2496 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 1 Nov 2007, 08:50:40 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/student_view.pt
r2408 r2496 116 116 117 117 118 <div tal:condition="python:info['review_state']=='deactivated'"> 119 <font color="red">This student record has been deactivated!</font> 120 </div> 118 121 119 122 120 <table tal:condition=" is_student" class="contentListing" width="" summary="content layout" id="folder_content">123 <table tal:condition="python:is_student and info['review_state']!='deactivated'" class="contentListing" width="" summary="content layout" id="folder_content"> 121 124 <span tal:repeat="row rows"> 122 125 <tr tal:condition="row/display"> … … 152 155 </tr> 153 156 </table> 154 157 158 155 159 </metal:block> 156 160 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.