Ignore:
Timestamp:
18 Mar 2011, 06:50:02 (14 years ago)
Author:
Henrik Bettermann
Message:

Add company to user data and show on members page.

File:
1 edited

Legend:

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

    r5871 r5873  
    5454                                    portrait python:pm.getPersonalPortrait(id);
    5555                                    position python:result.getProperty('position');
     56                                    company python:result.getProperty('company');
    5657                                    home_base python:pm.getHomeUrl(id, verifyPermission=1);"
    5758                        tal:condition="python:Group[0] in result.getGroupNames() and not id.endswith('1') and (author['fullname'] or not is_anonymous)">
     
    8485                           
    8586                      <td style="width: 22%; vertical-align:top;">
     87                       <span i18n:translate="company">Company</span>: <span tal:content="company|nothing">Company</span>
     88                       <br />
    8689                       <span i18n:translate="location">Location</span>: <span tal:content="author/location|nothing">Location</span>
    8790                       <br />
Note: See TracChangeset for help on using the changeset viewer.