- Timestamp:
- 4 Nov 2005, 22:20:14 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/portlet_session_info.pt
r128 r155 9 9 <span tal:condition="python: 0" tal:content="python:mtool.getCPSCandidateLocalRoles(context)" /> 10 10 </div> 11 12 13 11 <br /> 14 15 12 <a href="" tal:condition="python: 'Student' in member.getRoles() and not 'UniversityManager' in member.getRoles()" 16 13 tal:attributes="href string:${context/portal_url}/students/${member}"> 17 14 Go to your personal area 18 15 </a> 19 20 16 <br /> 21 17 <a href="" tal:condition="python: 0" 22 18 tal:attributes="href string:${context/portal_url}/cpsdirectory_entry_view?dirname=members&id=${member}"> 23 19 Edit your Preferences 24 20 </a> 25 26 27 21 <br /> 28 22 <a href="" i18n:translate="" 29 23 tal:attributes="href string:logout">
Note: See TracChangeset for help on using the changeset viewer.