Changeset 5623


Ignore:
Timestamp:
29 Dec 2010, 12:08:04 (14 years ago)
Author:
Henrik Bettermann
Message:

Do not overwrite student_login when importing the WAeUP Uniben profile.

Location:
WAeUP_SRP/trunk/profiles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actionicons.xml

    r5458 r5623  
    239239              title="Student Login" priority="0"
    240240              icon_expr="actionicon_login.png"/>
     241 <action-icon category="student" action_id="login_alumni"
     242              title="Alumni Login" priority="0"
     243              icon_expr="actionicon_login.png"/>             
    241244 <action-icon category="student" action_id="logout_student"
    242245              title="Logout" priority="1"
  • WAeUP_SRP/trunk/profiles/uniben/actions.xml

    r5616 r5623  
    77   <permission>View</permission>
    88  </action>
    9   <action title="Alumnus Login" action_id="login_student" category="student"
     9  <action title="Alumnus Login" action_id="login_alumni" category="student"
    1010     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)"
    1111     url_expr="string:${portal_url}/login_student" visible="True">
Note: See TracChangeset for help on using the changeset viewer.