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.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates
Files:
2 edited

Legend:

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

    r6795 r6802  
    6262    <tr>
    6363      <th>&nbsp;</th>
    64       <th>Level</th>
    65       <th>Course Code</th>
    66       <th>Course Title</th>
     64      <th>Code</th>
     65      <th>Title</th>
    6766      <th>Department</th>
    6867      <th>Faculty</th>
     
    7069      <th>Mandatory</th>
    7170      <th>Score</th>
     71      <th>Automatic</th>
    7272    </tr>
    7373  </thead>
     
    7878                  tal:attributes="value value/__name__" />
    7979      </td>
    80       <td tal:content="value/level">LEVEL</td>
    8180      <td> <a tal:attributes="href value/__name__">
    8281      <span tal:content="value/code">CODE</span>
     
    8887      <td tal:content="value/core_or_elective">MANDATORY</td>
    8988      <td tal:content="value/score">SCORE</td>
     89      <td tal:content="value/automatic">AUTOMATIC</td>
    9090    </tr>
    9191  </tbody>
  • 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.