Changeset 5714 for main/waeup.plonetheme/trunk/waeup/plonetheme/skins
- Timestamp:
- 9 Feb 2011, 09:38:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_custom_templates/member_search_form.pt
r5708 r5714 72 72 <td> 73 73 <span tal:condition="python: author['fullname']"> 74 <a href="#" tal:attributes="href string:${portal_url}/author/${id}"> 75 <span tal:content="python: author['fullname']">name</span> 76 </a> 74 <span tal:content="python: author['fullname']">name</span> 77 75 </span> 78 76 <span tal:condition="python: not author['fullname']"> … … 82 80 83 81 <td> 84 <span tal:content="author/location|nothing" >Location</span> 85 </td> 82 <span tal:content="author/location|nothing">Location</span> 83 </td> 84 85 <td> 86 <span tal:condition="python: author['fullname'] and not is_anonymous"> 87 <a href="#" tal:attributes="href string:${portal_url}/author/${id}" 88 i18n:translate="send_feedback"> 89 send feedback 90 </a> 91 </span> 92 </td> 93 94 <td> 95 <span tal:condition="python: author['fullname']"> 96 <a href="#" tal:attributes="href string:${portal_url}/Members/${id}" 97 i18n:translate="author_homepage"> 98 members's homepage in this site 99 </a> 100 </span> 101 </td> 86 102 87 103 <td> 88 104 <span tal:condition="python: id == pm.getAuthenticatedMember().id"> 89 <a href="#" tal:attributes="href string:${portal_url}/personalize_form"> 90 Personal Preferences 105 <a href="#" tal:attributes="href string:${portal_url}/personalize_form" 106 i18n:translate="personal_preferences"> 107 personal preferences 91 108 </a> 92 109 </span>
Note: See TracChangeset for help on using the changeset viewer.