Ignore:
Timestamp:
9 Feb 2011, 09:38:41 (14 years ago)
Author:
Henrik Bettermann
Message:

Add more links to members page.

File:
1 edited

Legend:

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

    r5708 r5714  
    7272                      <td>
    7373                       <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>
    7775                       </span>
    7876                       <span tal:condition="python: not author['fullname']">
     
    8280   
    8381                      <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>                                                           
    86102                       
    87103                      <td>
    88104                       <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
    91108                         </a>
    92109                       </span>
Note: See TracChangeset for help on using the changeset viewer.