Last change
on this file since 4542 was
4529,
checked in by Henrik Bettermann, 15 years ago
|
add action 'Login Alumnus'
|
File size:
1.2 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="Student Login" action_id="login_student" category="student"
|
---|
5 | condition_expr="python: not member and (portal.portal_url().find('uniben.waeup.org') >-1 or portal.portal_url().find('uniben-demo.waeup.org') >-1)"
|
---|
6 | url_expr="string:${portal_url}/login_student" visible="True">
|
---|
7 | <permission>View</permission>
|
---|
8 | </action>
|
---|
9 | <action title="Alumnus Login" action_id="login_student" category="student"
|
---|
10 | condition_expr="python: not member and (portal.portal_url().find('uniben-alumni.waeup.org') >-1 or portal.portal_url().find('uniben-demo.waeup.org') >-1)"
|
---|
11 | url_expr="string:${portal_url}/login_student" visible="True">
|
---|
12 | <permission>View</permission>
|
---|
13 | </action>
|
---|
14 | </action-provider>
|
---|
15 | <action-provider name="portal_actions">
|
---|
16 | <action title="Send Email" action_id="send_email_form" category="global"
|
---|
17 | condition_expr="python:str(member) in ('admin','med')"
|
---|
18 | url_expr="string:${portal_url}/send_email_form" visible="True">
|
---|
19 | <permission>View</permission>
|
---|
20 | </action>
|
---|
21 | </action-provider>
|
---|
22 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.