Changeset 155 for waeup_product/trunk/skins/waeup_default
- Timestamp:
- 4 Nov 2005, 22:20:14 (19 years ago)
- Location:
- waeup_product/trunk/skins/waeup_default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py
r154 r155 221 221 'action': 'temporary_view_all', 222 222 'condition': '', 223 'permission': ( StudentManage,UniversityManage),223 'permission': (View,StudentManage,UniversityManage), 224 224 'category': 'object', 225 225 'visible': True,}, … … 244 244 'name' : 'Personal Data', 245 245 'action' : 'string:${object/absolute_url}/PERSONAL', 246 'condition': '',246 'condition': "python:getattr(object,'PERSONAL',None)", 247 247 'permission': (ModifyPortalContent,)}, 248 248 { -
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"> -
waeup_product/trunk/skins/waeup_default/temporary_view_all.pt
r143 r155 44 44 <td> 45 45 <i> 46 <a href=" jamb"46 <a href="xxx" tal:condition="python: getattr(item,'id',None)" 47 47 tal:attributes="href item/absolute_url" 48 48 tal:content="item/title_or_id"></a></i> 49 <span tal:condition="python: not getattr(item,'id',None)" tal:content="item/title_or_id"/> 49 50 </td> 50 51 </tr>
Note: See TracChangeset for help on using the changeset viewer.