Ignore:
Timestamp:
8 Sep 2009, 20:27:28 (15 years ago)
Author:
Henrik Bettermann
Message:

add action 'Login Alumnus'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/uniben/actions.xml

    r3726 r4529  
    77   <permission>View</permission>
    88  </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') &gt;-1 or portal.portal_url().find('uniben-demo.waeup.org') &gt;-1)"
     11     url_expr="string:${portal_url}/login_student" visible="True">
     12   <permission>View</permission>
     13  </action> 
    914 </action-provider>
    1015 <action-provider name="portal_actions">
Note: See TracChangeset for help on using the changeset viewer.