Last change
on this file since 17937 was
5789,
checked in by Henrik Bettermann, 14 years ago
|
Change My Accommodation target.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[3815] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <object name="portal_actions" meta_type="CMF Actions Tool">
|
---|
| 3 | <action-provider name="portal_membership">
|
---|
| 4 | <action title="Student Login" action_id="login_student" category="student"
|
---|
| 5 | condition_expr="python: not member and (portal.portal_url().find('nau.waeup.org') >-1 or portal.portal_url().find('nau-demo.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="Send Email" action_id="send_email_form" category="global"
|
---|
| 12 | condition_expr="python:str(member) in ('admin','med')"
|
---|
| 13 | url_expr="string:${portal_url}/send_email_form" visible="True">
|
---|
| 14 | <permission>View</permission>
|
---|
| 15 | </action>
|
---|
| 16 | </action-provider>
|
---|
[5789] | 17 | <action-provider name="portal_actions">
|
---|
| 18 | <action title="My Accommodation" action_id="reserve_accommodation"
|
---|
| 19 | category="student_navigation" condition_expr="member"
|
---|
| 20 | url_expr="string:${portal_url}/campus/students/${member}/accommodations" visible="False"/>
|
---|
| 21 | </action-provider>
|
---|
[3815] | 22 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.