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

Add 'outstanding' columns.

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

Legend:

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

    r12881 r14577  
    2020      <th i18n:translate="">Grade</th>
    2121      <th i18n:translate="">CO</th>
     22      <th i18n:translate="">OS</th>
    2223    </tr>
    2324  </thead>
     
    3940      <td tal:content="value/grade|nothing">GRADE</td>
    4041      <td tal:content="value/carry_over">CO</td>
     42      <td tal:content="value/outstanding">OS</td>
    4143    </tr>
    4244  </tbody>
  • main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/studylevelpage.pt

    r11315 r14577  
    3030      <th i18n:translate="">Grade</th>
    3131      <th i18n:translate="">CO</th>
     32      <th i18n:translate="">OS</th>
    3233      <th i18n:translate="">Auto</th>
    3334    </tr>
     
    4647      <td tal:content="value/grade|nothing">GRADE</td>
    4748      <td tal:content="value/carry_over">CO</td>
     49      <td tal:content="value/outstanding">OS</td>
    4850      <td tal:content="value/automatic">AUTO</td>
    4951    </tr>
     
    5153</table>
    5254
     55<p i18n:translate="">
     56  CO: Carry-over course<br />
     57  OS: Outstanding course<br />
     58  Requ.: Required course<br />
     59  Auto: Automatically created course ticket
     60</p>
    5361
    5462<div i18n:domain="waeup.kofa"
Note: See TracChangeset for help on using the changeset viewer.