- Timestamp:
- 1 Sep 2012, 06:19:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studycoursepage.pt
r7876 r9140 47 47 </td> 48 48 </tr> 49 <tr tal:condition="view/prev_studycourses"> 50 <td i18n:translate=""> 51 Previous Study Courses: 52 </td> 53 <td> 54 <span tal:repeat="value view/prev_studycourses"> 55 <a tal:attributes="href value/href" tal:content="value/title"> 56 FACULTY 57 </a> 58 </span> 59 </td> 60 </tr> 49 61 </tbody> 50 62 </table>
Note: See TracChangeset for help on using the changeset viewer.