Ignore:
Timestamp:
6 Nov 2005, 15:07:41 (19 years ago)
Author:
joachim
Message:

=fixed virtual hosting

File:
1 edited

Legend:

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

    r159 r160  
    4444     <td>
    4545      <i>
    46       <a href="xxx" tal:condition="python: getattr(item,'id',None)"
     46      <a href="xxx" tal:condition="python: checkPerm('View',item)"
    4747               tal:attributes="href item/absolute_url"
    48                tal:content="item/title_or_id"></a></i>
    49               <span tal:condition="python: not getattr(item,'id',None)" tal:content="item/title_or_id"/>
     48               tal:content="item/title_or_id"></a>
     49     <span tal:condition="python: not checkPerm('View',item)" tal:content="item/title_or_id"/>
     50     </i>
    5051     </td>
    5152     </tr>
Note: See TracChangeset for help on using the changeset viewer.