Changeset 5706 for main/waeup.plonetheme/trunk/waeup/plonetheme/skins
- Timestamp:
- 7 Feb 2011, 10:09:21 (14 years ago)
- 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 15 15 results python:listing_allowed and here.portal_membership.searchForMembers(request) or []; 16 16 DateTime python:modules['DateTime'].DateTime; 17 is_anonymous python:here.portal_membership.isAnonymousUser(); 17 18 is_manager python:test(here.portal_membership.checkPermission('Manage portal', here), 1, 0); "> 18 19 … … 50 51 portrait python:pm.getPersonalPortrait(id); 51 52 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)"> 53 54 54 55 <td> -
main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_styles/ploneCustom.css.dtml
r5705 r5706 6 6 table.footer th, 7 7 table.footer td { 8 padding: 0. 5em 1em;8 padding: 0.1em 3em; 9 9 vertical-align: top; 10 } 11 10 text-align: left; 11 font-size: 0.9em; 12 } 13 14 table.footer th { 15 padding-bottom: 0.5em; 16 } 12 17 13 18
Note: See TracChangeset for help on using the changeset viewer.