Ignore:
Timestamp:
21 Oct 2007, 09:35:32 (17 years ago)
Author:
Henrik Bettermann
Message:

never show link to pume objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/student_view.pt

    r2347 r2408  
    6565     
    6666      <table tal:condition="is_staff" class="contentListing" width="100%" summary="content layout" id="folder_content">     
    67         <tr tal:repeat="row rows"
    68           tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
     67
     68        <span tal:repeat="row rows">
     69        <tr tal:condition="python:row['type'] != 'StudentPume'"
     70            tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
    6971          <td><a href="view" tal:attributes="href string:${row/url}">
    7072            <strong tal:content="row/title" /></a> </td>
     
    9193         
    9294        </tr>
     95        </span>
    9396        <tr tal:condition="info/session">
    9497          <td>
Note: See TracChangeset for help on using the changeset viewer.