Ignore:
Timestamp:
7 Feb 2011, 10:09:21 (14 years ago)
Author:
Henrik Bettermann
Message:

Fill footer with addresses.
Add site action copyright.
Change favicon.ico.
Anonymous users should only see properly filled member data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_custom_templates/member_listing.pt

    r5705 r5706  
    1515                   results python:listing_allowed and here.portal_membership.searchForMembers(request) or [];
    1616                   DateTime python:modules['DateTime'].DateTime;
     17                   is_anonymous python:here.portal_membership.isAnonymousUser();
    1718                   is_manager python:test(here.portal_membership.checkPermission('Manage portal', here), 1, 0); ">
    1819
     
    5051                                    portrait python:pm.getPersonalPortrait(id);
    5152                                    home_base python:pm.getHomeUrl(id, verifyPermission=1);"
    52                         tal:condition="python:Group[0] in result.getGroupNames() and not id.endswith('1')">
     53                        tal:condition="python:Group[0] in result.getGroupNames() and not id.endswith('1') and (author['fullname'] or not is_anonymous)">
    5354   
    5455                      <td>
Note: See TracChangeset for help on using the changeset viewer.