Changeset 1275 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 11 Jan 2007, 20:53:09 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actions.xml
r1236 r1275 103 103 <action title="Home" action_id="home" category="navigation" 104 104 condition_expr="member" url_expr="string:${portal_url}/campus" 105 visible=" True">105 visible="False"> 106 106 <permission>View</permission> 107 107 </action> … … 177 177 178 178 <action title="Home" action_id="students_home" category="student_navigation" 179 condition_expr=" " url_expr="string:${portal_url}" visible="True">179 condition_expr="not:member" url_expr="string:${portal_url}" visible="True"> 180 180 <permission>View</permission> 181 181 </action> … … 195 195 <action title="My Payments" action_id="payments" 196 196 category="student_navigation" condition_expr="member" 197 url_expr="string:${portal_url}/campus/students/${here/getStudentId}/payments" visible="True"/> 197 url_expr="string:${portal_url}/campus/students/${here/getStudentId}/payments" visible="True"/> 198 198 <action title="Register Courses" action_id="register_courses" 199 199 category="student" condition_expr="member"
Note: See TracChangeset for help on using the changeset viewer.