Ignore:
Timestamp:
19 Dec 2006, 21:56:55 (18 years ago)
Author:
Henrik Bettermann
Message:

redirect to illegal_view.py

File:
1 edited

Legend:

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

    r983 r1096  
    1414  <action title="Staff Login" action_id="login_staff" category="student"
    1515     condition_expr="not: member"
    16      url_expr="python:&quot;%s/login_staff?%s&quot; % (portal_url, modules[&quot;urllib&quot;].urlencode({&quot;came_from&quot;: request.URL}))"
     16     url_expr="string:${portal_url}/login_staff"
    1717     visible="True">
    1818   <permission>View</permission>
     
    3838  <action title="Student Login" action_id="login_student" category="student"
    3939     condition_expr="not:member"
    40      url_expr="python:&quot;%s/login_student?%s&quot; % (portal_url, modules[&quot;urllib&quot;].urlencode({&quot;came_from&quot;: request.URL}))"
     40     url_expr="string:${portal_url}/login_student"
    4141     visible="True">
    4242   <permission>View</permission>
Note: See TracChangeset for help on using the changeset viewer.