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/studylevelpage.pt

    r7549 r7663  
    3131  <thead>
    3232    <tr>
    33       <th>Semester</th>
     33      <th>Sem.</th>
    3434      <th>Code</th>
    3535      <th>Title</th>
    36       <th>Department</th>
    37       <th>Faculty</th>
    38       <th>Credits</th>
    39       <th>Mandatory</th>
     36      <th>Dept.</th>
     37      <th>Fact.</th>
     38      <th>Cred.</th>
     39      <th>Mand.</th>
    4040      <th>Score</th>
     41      <th>CO</th>
    4142      <th>Auto</th>
    4243    </tr>
     
    5455      <td tal:content="value/core_or_elective">MANDATORY</td>
    5556      <td tal:content="value/score">SCORE</td>
     57      <td tal:content="value/carry_over">CO</td>
    5658      <td tal:content="value/automatic">AUTO</td>
    5759    </tr>
Note: See TracChangeset for help on using the changeset viewer.