Changeset 1338 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 21 Jan 2007, 13:52:05 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actionicons.xml
r1236 r1338 244 244 action_id="payments" 245 245 title="My Payments" priority="3" 246 icon_expr="blank.gif"/> 246 icon_expr="blank.gif"/> 247 247 <action-icon category="student_navigation" 248 248 action_id="prospectus" title="Prospectus" … … 275 275 title="Register Courses" priority="5" 276 276 icon_expr="bell.png"/> 277 <action-icon category="student" action_id="request_transfer" 278 title="Request Transfer" priority="6" 279 icon_expr="arrow_switch.png"/> 280 277 281 <action-icon category="global" action_id="members" 278 282 title="Portal Members" priority="5" -
WAeUP_SRP/trunk/profiles/default/actions.xml
r1275 r1338 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: here.getStudentWorkflowInfo()['cr']" url_expr="string:${portal_url}/request_transfer" 47 visible="True"/> 45 48 </action-provider> 46 49 <action-provider name="portal_actions"> … … 195 198 <action title="My Payments" action_id="payments" 196 199 category="student_navigation" condition_expr="member" 197 url_expr="string:${portal_url}/campus/students/${ here/getStudentId}/payments" visible="True"/>200 url_expr="string:${portal_url}/campus/students/${member}/payments" visible="True"/> 198 201 <action title="Register Courses" action_id="register_courses" 199 202 category="student" condition_expr="member"
Note: See TracChangeset for help on using the changeset viewer.