Changeset 14577 for main/waeup.uniben/trunk/src
- Timestamp:
- 23 Feb 2017, 14:23:21 (8 years ago)
- 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 20 20 <th i18n:translate="">Grade</th> 21 21 <th i18n:translate="">CO</th> 22 <th i18n:translate="">OS</th> 22 23 </tr> 23 24 </thead> … … 39 40 <td tal:content="value/grade|nothing">GRADE</td> 40 41 <td tal:content="value/carry_over">CO</td> 42 <td tal:content="value/outstanding">OS</td> 41 43 </tr> 42 44 </tbody> -
main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/studylevelpage.pt
r11315 r14577 30 30 <th i18n:translate="">Grade</th> 31 31 <th i18n:translate="">CO</th> 32 <th i18n:translate="">OS</th> 32 33 <th i18n:translate="">Auto</th> 33 34 </tr> … … 46 47 <td tal:content="value/grade|nothing">GRADE</td> 47 48 <td tal:content="value/carry_over">CO</td> 49 <td tal:content="value/outstanding">OS</td> 48 50 <td tal:content="value/automatic">AUTO</td> 49 51 </tr> … … 51 53 </table> 52 54 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> 53 61 54 62 <div i18n:domain="waeup.kofa"
Note: See TracChangeset for help on using the changeset viewer.