Ignore:
Timestamp:
29 Oct 2005, 18:57:08 (19 years ago)
Author:
Henrik Bettermann
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/portlet_session_info.pt

    r124 r125  
    1010    </div>
    1111    <a href="" tal:condition="python: 'Student' in member.getGroups()"
    12          tal:attributes="href string:${here/portal_url}/students/${member}">
     12         tal:attributes="href string:${base_url}/students/${member}">
    1313         Go to your personal area
    1414    </a>
    1515
    16     <a href="" tal:condition="python: 0" tal:attributes="href string:${context/portal_url}/cpsdirectory_entry_view?dirname=members&id=${member}">Edit your Preferences</a><br />
     16    <a href="" tal:condition="python: 0"
     17               tal:attributes="href string:${context/portal_url}/cpsdirectory_entry_view?dirname=members&id=${member}">Edit your Preferences</a><br />
    1718
    1819    <a href="" i18n:translate=""
    19         tal:attributes="href string:${here/portal_url}/logout">Log out</a>
     20        tal:attributes="href string:logout">Log out</a>
    2021  </tal:block>
    2122  <tal:block condition="anonymous">
    22     <div>You are currently not logged in </div><br />
    23     <a href="" tal:attributes="href string:${here/portal_url}/login_form">Log in</a>
     23    <div>You are currently not logged in </div>
     24    <br />
     25    <a href="" tal:attributes="href string:login_form">Log in</a>
    2426  </tal:block>
    2527</tal:block>
     28           
Note: See TracChangeset for help on using the changeset viewer.