Ignore:
Timestamp:
24 Sep 2006, 19:48:59 (18 years ago)
Author:
Henrik Bettermann
Message:

themes reorganized (part 1)

File:
1 edited

Legend:

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

    r543 r544  
    22<object name="portal_actions" meta_type="CMF Actions Tool">
    33 <action-provider name="portal_membership">
    4   <action title="Staff Login" action_id="login_staff" category="user"
     4  <action title="Staff Login" action_id="login_staff" category="student"
    55     condition_expr="not: member"
    66     url_expr="python:&quot;%s/login_staff?%s&quot; % (portal_url, modules[&quot;urllib&quot;].urlencode({&quot;came_from&quot;: request.URL}))"
     
    3838   <permission>View</permission>
    3939  </action>
    40   <action title="Logout" action_id="logout_student" category="student"
     40  <action title="Log out" action_id="logout_student" category="student"
    4141     condition_expr="member" url_expr="string:${portal_url}/logout"
    4242     visible="True"/>
     
    138138  </action>
    139139  <action title="Home" action_id="students_home" category="student_navigation"
    140      condition_expr="member" url_expr="string:${portal_url}/students_home" visible="True">
     140     condition_expr="member" url_expr="string:${portal_url}" visible="True">
    141141   <permission>View</permission>
    142142  </action>
Note: See TracChangeset for help on using the changeset viewer.