- Timestamp:
- 20 Sep 2011, 14:11:34 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studycoursepage.pt
r6775 r6806 44 44 45 45 <div tal:condition="python: not len(context.keys())"> 46 There no levels registered yet.46 There are no levels registered yet. 47 47 </div> -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelmanagepage.pt
r6802 r6806 69 69 <th>Mandatory</th> 70 70 <th>Score</th> 71 <th>Auto matic</th>71 <th>Auto</th> 72 72 </tr> 73 73 </thead> … … 87 87 <td tal:content="value/core_or_elective">MANDATORY</td> 88 88 <td tal:content="value/score">SCORE</td> 89 <td tal:content="value/automatic">AUTO MATIC</td>89 <td tal:content="value/automatic">AUTO</td> 90 90 </tr> 91 91 </tbody> -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelpage.pt
r6803 r6806 43 43 <th>Mandatory</th> 44 44 <th>Score</th> 45 <th>Auto matic</th>45 <th>Auto</th> 46 46 </tr> 47 47 </thead> … … 57 57 <td tal:content="value/core_or_elective">MANDATORY</td> 58 58 <td tal:content="value/score">SCORE</td> 59 <td tal:content="value/automatic">AUTO MATIC</td>59 <td tal:content="value/automatic">AUTO</td> 60 60 </tr> 61 61 </tbody>
Note: See TracChangeset for help on using the changeset viewer.