Changeset 1341 for WAeUP_SRP/trunk
- Timestamp:
- 21 Jan 2007, 23:34:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actions.xml
r1340 r1341 43 43 condition_expr="member" url_expr="string:${portal_url}/logout" 44 44 visible="True"/> 45 <action title="Request Transfer" action_id="request_transfer" category="student"46 condition_expr="python: member and here.getStudentWorkflowInfo()['cr']" url_expr="string:${portal_url}/request_transfer"47 visible="True"/>48 45 </action-provider> 49 46 <action-provider name="portal_actions"> … … 202 199 category="student" condition_expr="member" 203 200 url_expr="string:${portal_url}/register_courses" visible="False"/> 201 <action title="Request Transfer" action_id="request_transfer" category="student" 202 condition_expr="python: member and here.getStudentWorkflowInfo()['cr']" url_expr="string:${portal_url}/request_transfer" 203 visible="True"/> 204 204 205 205 </action-provider>
Note: See TracChangeset for help on using the changeset viewer.