Changeset 1427 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 16 Feb 2007, 12:39:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actions.xml
r1342 r1427 200 200 url_expr="string:${portal_url}/register_courses" visible="False"/> 201 201 <action title="Request Transfer" action_id="request_transfer" category="student" 202 condition_expr="python: here.isStudent() and here.getStudentWorkflowInfo()[' cr']" url_expr="string:${portal_url}/request_transfer"203 visible="True"/> 202 condition_expr="python: here.isStudent() and here.getStudentWorkflowInfo()['tr']" 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.