Ignore:
Timestamp:
1 Nov 2007, 08:50:40 (17 years ago)
Author:
Henrik Bettermann
Message:

new student workflow state deactivated
student workflow cleaned

File:
1 edited

Legend:

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

    r2408 r2496  
    116116
    117117
     118      <div tal:condition="python:info['review_state']=='deactivated'">
     119      <font color="red">This student record has been deactivated!</font>
     120      </div>
    118121     
    119122
    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">     
    121124        <span tal:repeat="row rows">
    122125          <tr tal:condition="row/display">
     
    152155        </tr>
    153156      </table>
    154        
     157
     158     
    155159    </metal:block>
    156160    </metal:block>
Note: See TracChangeset for help on using the changeset viewer.