Ignore:
Timestamp:
26 Nov 2011, 17:16:30 (13 years ago)
Author:
Henrik Bettermann
Message:

The title attribute of a user (IAccount object) should be used for the fullname of a user not the description attribute. The description/notice field can be used to leave a message to the user. We don't need a user description on the portal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultymanagepage.pt

    r6460 r7213  
    117117            <select id="user" name="user">
    118118              <option tal:repeat="user view/getUsers" tal:attributes="value user/name">
    119               <span tal:replace="user/val/description">USERTITLE
     119              <span tal:replace="user/val/title">USERTITLE
    120120              </span>
    121121              </option>
Note: See TracChangeset for help on using the changeset viewer.