Changeset 127 for waeup_product


Ignore:
Timestamp:
30 Oct 2005, 21:22:29 (19 years ago)
Author:
Henrik Bettermann
Message:

bug fix

File:
1 edited

Legend:

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

    r126 r127  
    99      <span tal:condition="python: 0" tal:content="python:mtool.getCPSCandidateLocalRoles(context)" />
    1010    </div>
    11     <a href="" tal:condition="python: 'Student' in member.getGroups()"
    12          tal:attributes="href string:${base_url}/students/${member}">
    13          Go to your personal area
     11   
     12   
     13   
     14    <a href="" tal:condition="python: 'Student' in member.getRoles() and not 'UniversityManager' in member.getRoles()"
     15               tal:attributes="href string:${context/portal_url}/students/${member}">
     16           Go to your personal area
    1417    </a>
    15 
     18   
     19 
    1620    <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 />
    18 
     21               tal:attributes="href string:${context/portal_url}/cpsdirectory_entry_view?dirname=members&id=${member}">       
     22          Edit your Preferences
     23    </a>
     24   
    1925    <a href="" i18n:translate=""
    20         tal:attributes="href string:logout">Log out</a>
     26               tal:attributes="href string:logout">
     27          Log out
     28    </a>
     29   
    2130  </tal:block>
    2231  <tal:block condition="anonymous">
Note: See TracChangeset for help on using the changeset viewer.