Last change
on this file since 16680 was
5789,
checked in by Henrik Bettermann, 14 years ago
|
Change My Accommodation target.
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <object name="portal_actions" meta_type="CMF Actions Tool">
|
---|
3 | <action-provider name="portal_membership">
|
---|
4 | <action title="Parent Login" action_id="login_student" category="student"
|
---|
5 | condition_expr="python: not member and (portal.portal_url().find('ois.waeup.org') >-1)"
|
---|
6 | url_expr="string:${portal_url}/login_student" visible="True">
|
---|
7 | <permission>View</permission>
|
---|
8 | </action>
|
---|
9 | </action-provider>
|
---|
10 | <action-provider name="portal_actions">
|
---|
11 | <action title="Study" action_id="registration"
|
---|
12 | category="student_navigation" condition_expr="member"
|
---|
13 | url_expr="string:${portal_url}/campus/students" visible="True">
|
---|
14 | <permission>View</permission>
|
---|
15 | </action>
|
---|
16 | <action title="Payments" action_id="payments"
|
---|
17 | category="student_navigation" condition_expr="member"
|
---|
18 | url_expr="string:${portal_url}/campus/students/${member}/payments"
|
---|
19 | visible="True"/>
|
---|
20 | <action title="My Accommodation" action_id="reserve_accommodation"
|
---|
21 | category="student_navigation" condition_expr="member"
|
---|
22 | url_expr="string:${portal_url}/campus/students/${member}/accommodations" visible="False"/>
|
---|
23 | <action title="Students" action_id="view_students" category="navigation"
|
---|
24 | condition_expr="python:portal.campus.students.isSectionOfficer() "
|
---|
25 | url_expr="string:${portal_url}/campus/students" visible="True">
|
---|
26 | <permission>View</permission>
|
---|
27 | </action>
|
---|
28 | </action-provider>
|
---|
29 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.