Ignore:
Timestamp:
20 Oct 2005, 11:16:26 (19 years ago)
Author:
joachim
Message:

=fixes to portlets

File:
1 edited

Legend:

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

    r49 r65  
    66  <tal:block condition="python: 'Students' in user.getGroups()">
    77    <a href="" i18n:translate=""
    8        tal:attributes="href string:${here/portal_url}/sections/unidemo/students/${folder_id}"
     8       tal:attributes="href string:${here/portal_url}/sections/waeup/students/${folder_id}"
    99       tal:content="string: Personal area for JAMB Registration ${folder_id}"></a>
    1010  </tal:block>
    1111  <tal:block condition="python: 'StudentManager' in user.getGroups()">
    1212    <a href="" i18n:translate=""
    13        tal:attributes="href string:${here/portal_url}/sections/unidemo/students"
     13       tal:attributes="href string:${here/portal_url}/sections/waeup/students"
    1414       >Studentadministration</a>
    1515  </tal:block>
Note: See TracChangeset for help on using the changeset viewer.