Changeset 92
- Timestamp:
- 26 Oct 2005, 12:44:09 (19 years ago)
- Location:
- waeup_product/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py
r90 r92 85 85 'name': 'Students', 86 86 'action': 'students_folder_view', 87 'condition': "python: 'Manager' in member.getRoles()",87 'condition': "python:member and 'Manager' in member.getRoles()", 88 88 'permissions': (View,)}, 89 89 { -
waeup_product/trunk/skins/waeup_student/students_folder_view_all.pt
r89 r92 18 18 > 19 19 <span tal:condition="python: mtool.isAnonymousUser()"> 20 Please login or 21 <br /><a href="" tal:attributes="href string:${context/absolute_url}/admission_status">check you Jambadmission</a>. 22 <br /><a href="" tal:attributes="href string:${context/absolute_url}/check_admission">check you Jambadmission</a>. 20 Please <a href="" tal:attributes="href string:${context/portal_url}/login_form">login</a> or <br /> 21 <a href="" tal:attributes="href string:${context/absolute_url}/admission_status">check you Jambadmission</a>. 23 22 </span> 24 23 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.