Changeset 7877 for WAeUP_SRP


Ignore:
Timestamp:
14 Mar 2012, 08:39:35 (13 years ago)
Author:
Henrik Bettermann
Message:

Show student login on uniben-pg.

File:
1 edited

Legend:

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

    r5623 r7877  
    33 <action-provider name="portal_membership">
    44  <action title="Student Login" action_id="login_student" category="student"
    5      condition_expr="python: not member and (portal.portal_url().find('uniben.waeup.org') &gt;-1 or portal.portal_url().find('uniben-demo.waeup.org') &gt;-1)"
     5     condition_expr="python: not member and (portal.portal_url().find('uniben.waeup.org') &gt;-1 or portal.portal_url().find('uniben-pg.waeup.org') &gt;-1)"
    66     url_expr="string:${portal_url}/login_student" visible="True">
    77   <permission>View</permission>
Note: See TracChangeset for help on using the changeset viewer.