Changeset 509


Ignore:
Timestamp:
10/09/09 04:51:12 (15 years ago)
Author:
nanardon
Message:
  • show description beside name of user
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/users/index.tt

    r506 r509  
    1818        [% user.get_c_field('sn') | html %] 
    1919        [% user.get_c_field('givenName') | html %] 
     20        [% user.get_c_field('description') | truncate(20) | html %] 
    2021    <a href="[% c.uri_for('/users', username) %]"> 
    2122        <img src="[% c.uri_for('/static', 'icons', 'arrow-right.png') %]" 
Note: See TracChangeset for help on using the changeset viewer.