Ignore:
Timestamp:
23 Feb 2017, 14:22:19 (8 years ago)
Author:
Henrik Bettermann
Message:

Take outstanding courses into consideration.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studyleveleditpage.pt

    r14534 r14576  
    1919      <th i18n:translate="">Credits</th>
    2020      <th i18n:translate="">CO</th>
     21      <th i18n:translate="">OS</th>
    2122    </tr>
    2223  </thead>
     
    3738      <td tal:content="value/credits">CREDITS</td>
    3839      <td tal:content="value/carry_over">CO</td>
     40      <td tal:content="value/outstanding">OS</td>
    3941    </tr>
    4042  </tbody>
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelmanagepage.pt

    r14534 r14576  
    4848            <th i18n:translate="">CA</th>
    4949            <th i18n:translate="">CO</th>
     50            <th i18n:translate="">OS</th>
    5051            <th i18n:translate="">Auto</th>
    5152          </tr>
     
    6970            <td tal:content="value/ca|nothing">CA</td>
    7071            <td tal:content="value/carry_over">CO</td>
     72            <td tal:content="value/outstanding">OS</td>
    7173            <td tal:content="value/automatic">AUTO</td>
    7274          </tr>
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt

    r14453 r14576  
    3232      <th i18n:translate="" tal:condition="view/show_results" >Grade</th>
    3333      <th i18n:translate="">CO</th>
     34      <th i18n:translate="">OS</th>
    3435      <th i18n:translate="">Auto</th>
    3536    </tr>
     
    5051      <td tal:condition="view/show_results" tal:content="value/grade|nothing">GRADE</td>
    5152      <td tal:content="value/carry_over">CO</td>
     53      <td tal:content="value/outstanding">OS</td>
    5254      <td tal:content="value/automatic">AUTO</td>
    5355    </tr>
     
    5557</table>
    5658
     59<p i18n:translate="">
     60  CO: Carry-over course<br />
     61  OS: Outstanding course<br />
     62  Requ.: Required course<br />
     63  Auto: Automatically created course ticket
     64</p>
     65
    5766<div i18n:domain="waeup.kofa"
    5867  tal:condition="python: not len(context.keys())" i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.