Ignore:
Timestamp:
17 Feb 2012, 08:34:39 (13 years ago)
Author:
Henrik Bettermann
Message:

Display carry_over field on pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelmanagepage.pt

    r7549 r7663  
    5050          <th>Code</th>
    5151          <th>Title</th>
    52           <th>Department</th>
    53           <th>Faculty</th>
    54           <th>Credits</th>
    55           <th>Mandatory</th>
     52          <th>Dept.</th>
     53          <th>Fact.</th>
     54          <th>Cred.</th>
     55          <th>Mand.</th>
    5656          <th>Score</th>
     57          <th>CO</th>
    5758          <th>Auto</th>
    5859        </tr>
     
    7475          <td tal:content="value/core_or_elective">MANDATORY</td>
    7576          <td tal:content="value/score">SCORE</td>
     77          <td tal:content="value/carry_over">CO</td>
    7678          <td tal:content="value/automatic">AUTO</td>
    7779        </tr>
Note: See TracChangeset for help on using the changeset viewer.