Last change
on this file since 3715 was
3715,
checked in by Henrik Bettermann, 16 years ago
|
fix customization of actions
|
File size:
682 bytes
|
Rev | Line | |
---|
[3689] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <object name="portal_actions" meta_type="CMF Actions Tool">
|
---|
| 3 | <action-provider name="portal_membership">
|
---|
[3700] | 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)"
|
---|
[3689] | 6 | url_expr="string:${portal_url}/login_student" visible="True">
|
---|
| 7 | <permission>View</permission>
|
---|
| 8 | </action>
|
---|
| 9 | <action title="My Accommodation" action_id="reserve_accommodation"
|
---|
| 10 | category="student_navigation" condition_expr="member"
|
---|
[3707] | 11 | url_expr="string:${portal_url}/campus/students/${member}/reserve_accommodation" visible="False"/>
|
---|
[3689] | 12 | </action-provider>
|
---|
| 13 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.