Ignore:
Timestamp:
20 Sep 2011, 06:37:25 (13 years ago)
Author:
Henrik Bettermann
Message:

We don't need to store the level of a course ticket but a boolean value if the ticket has been created automatically (due creation of the entire course list) or manually.

File:
1 edited

Legend:

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

    r6783 r6802  
    2828  <thead>
    2929    <tr>
    30       <th>Level</th>
    31       <th>Course Code</th>
    32       <th>Course Title</th>
     30      <th>Code</th>
     31      <th>Title</th>
    3332      <th>Department</th>
    3433      <th>Faculty</th>
     
    3635      <th>Mandatory</th>
    3736      <th>Score</th>
     37      <th>Automatic</th>
    3838    </tr>
    3939  </thead>
    4040  <tbody>
    4141    <tr tal:repeat="value context/values">
    42       <td tal:content="value/level">LEVEL</td>
    4342      <td> <a tal:attributes="href value/__name__">
    4443      <span tal:content="value/code">CODE</span>
     
    5049      <td tal:content="value/core_or_elective">MANDATORY</td>
    5150      <td tal:content="value/score">SCORE</td>
    52 
     51      <td tal:content="value/automatic">AUTOMATIC</td>
    5352    </tr>
    5453  </tbody>
Note: See TracChangeset for help on using the changeset viewer.