- Timestamp:
- 29 Jul 2013, 15:10:02 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studyleveleditpage.pt
r9895 r10436 12 12 <tr> 13 13 <th> </th> 14 <th i18n:translate=""> Sem.</th>14 <th i18n:translate="">Term</th> 15 15 <th i18n:translate="">Code</th> 16 16 <th i18n:translate="">Title</th> … … 29 29 tal:condition="value/removable_by_student" /> 30 30 </td> 31 <td tal:content="value/semester"> SEMESTER</td>31 <td tal:content="value/semester">TERM</td> 32 32 <td> <a tal:attributes="href value/__name__"> 33 33 <span tal:content="value/code">CODE</span> -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studylevelmanagepage.pt
r9895 r10436 33 33 <tr> 34 34 <th> </th> 35 <th i18n:translate=""> Sem.</th>35 <th i18n:translate="">Term</th> 36 36 <th i18n:translate="">Code</th> 37 37 <th i18n:translate="">Title</th> … … 51 51 tal:attributes="value value/__name__" /> 52 52 </td> 53 <td tal:content="value/semester"> SEMESTER</td>53 <td tal:content="value/semester">TERM</td> 54 54 <td> <a tal:attributes="href value/__name__"> 55 55 <span tal:content="value/code">CODE</span> -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studylevelpage.pt
r9810 r10436 23 23 <thead> 24 24 <tr> 25 <th i18n:translate=""> Sem.</th>25 <th i18n:translate="">Term</th> 26 26 <th i18n:translate="">Code</th> 27 27 <th i18n:translate="">Title</th> … … 38 38 <tbody> 39 39 <tr tal:repeat="value view/translated_values" class="gradeC"> 40 <td tal:content="value/semester"> SEMESTER</td>40 <td tal:content="value/semester">TERM</td> 41 41 <td> <a tal:attributes="href value/__name__"> 42 42 <span tal:content="value/code">CODE</span> -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/transcript.pt
r10266 r10436 34 34 <th i18n:translate="">Level</th> 35 35 <th i18n:translate="">Session</th> 36 <th i18n:translate=""> Semester</th>36 <th i18n:translate="">Term</th> 37 37 <th i18n:translate="">Course</th> 38 38 <th i18n:translate="">Title</th>
Note: See TracChangeset for help on using the changeset viewer.