Changeset 65 for waeup_product/trunk/skins
- Timestamp:
- 20 Oct 2005, 11:16:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/portlet_studentnavigation.pt
r49 r65 6 6 <tal:block condition="python: 'Students' in user.getGroups()"> 7 7 <a href="" i18n:translate="" 8 tal:attributes="href string:${here/portal_url}/sections/ unidemo/students/${folder_id}"8 tal:attributes="href string:${here/portal_url}/sections/waeup/students/${folder_id}" 9 9 tal:content="string: Personal area for JAMB Registration ${folder_id}"></a> 10 10 </tal:block> 11 11 <tal:block condition="python: 'StudentManager' in user.getGroups()"> 12 12 <a href="" i18n:translate="" 13 tal:attributes="href string:${here/portal_url}/sections/ unidemo/students"13 tal:attributes="href string:${here/portal_url}/sections/waeup/students" 14 14 >Studentadministration</a> 15 15 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.