- Timestamp:
- 23 Mar 2017, 06:09:02 (8 years ago)
- 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
r14576 r14650 20 20 <th i18n:translate="">CO</th> 21 21 <th i18n:translate="">OS</th> 22 <th i18n:translate="">CC</th> 22 23 </tr> 23 24 </thead> … … 39 40 <td tal:content="value/carry_over">CO</td> 40 41 <td tal:content="value/outstanding">OS</td> 42 <td tal:content="value/course_category">CC</td> 41 43 </tr> 42 44 </tbody> -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelmanagepage.pt
r14614 r14650 49 49 <th i18n:translate="">CO</th> 50 50 <th i18n:translate="">OS</th> 51 <th i18n:translate="">CC</th> 51 52 <th i18n:translate="">Auto</th> 52 53 </tr> … … 71 72 <td tal:content="value/carry_over">CO</td> 72 73 <td tal:content="value/outstanding">OS</td> 74 <td tal:content="value/course_category">CC</td> 73 75 <td tal:content="value/automatic">AUTO</td> 74 76 </tr> -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt
r14614 r14650 33 33 <th i18n:translate="">CO</th> 34 34 <th i18n:translate="">OS</th> 35 <th i18n:translate="">CC</th> 35 36 <th i18n:translate="">Auto</th> 36 37 </tr> … … 52 53 <td tal:content="value/carry_over">CO</td> 53 54 <td tal:content="value/outstanding">OS</td> 55 <td tal:content="value/course_category|nothing">CC</td> 54 56 <td tal:content="value/automatic">AUTO</td> 55 57 </tr> … … 60 62 CO: Carry-over course<br /> 61 63 OS: Outstanding course<br /> 64 CC: Course Category (C, R or E)<br /> 62 65 Mand.: Mandatory course<br /> 63 66 Auto: Automatically created course ticket
Note: See TracChangeset for help on using the changeset viewer.