Ignore:
Timestamp:
2 Dec 2006, 15:25:15 (18 years ago)
Author:
Henrik Bettermann
Message:

login for students is visible again

File:
1 edited

Legend:

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

    r980 r983  
    99  <action title="Student Login" action_id="login" category="user"
    1010     condition_expr="not: member"
    11      url_expr="string:${portal_url}/login_student" visible="False">
     11     url_expr="string:${portal_url}/login_student" visible="True">
    1212   <permission>View</permission>
    1313  </action>
     
    3939     condition_expr="not:member"
    4040     url_expr="python:&quot;%s/login_student?%s&quot; % (portal_url, modules[&quot;urllib&quot;].urlencode({&quot;came_from&quot;: request.URL}))"
    41      visible="False">
     41     visible="True">
    4242   <permission>View</permission>
    4343  </action>
Note: See TracChangeset for help on using the changeset viewer.