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.

Location:
main/waeup.plonetheme/trunk/waeup/plonetheme/skins
Files:
3 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>
  • main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_styles/ploneCustom.css.dtml

    r5705 r5706  
    66table.footer th,
    77table.footer td {
    8     padding: 0.5em 1em;
     8    padding: 0.1em 3em;
    99    vertical-align: top;
    10 }
    11 
     10    text-align: left;
     11    font-size: 0.9em;
     12}
     13
     14table.footer th {
     15    padding-bottom: 0.5em;
     16}
    1217
    1318
Note: See TracChangeset for help on using the changeset viewer.