Changeset 6511 for main/waeup.sirp


Ignore:
Timestamp:
5 Jul 2011, 16:57:08 (13 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

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

    r6183 r6511  
    88  <thead>
    99    <tr>
    10       <th>Username</th>
    11       <th>Title</th>
     10      <th>User ID</th>
     11      <th>Name</th>
    1212      <th>Description</th>
    13       <th>Local Roles</th>
    14       <th>Actions</th>
     13      <th>Global roles</th>
     14      <th>Local roles</th>
     15      <th></th>
    1516    </tr>
    1617  </thead>
    1718  <tbody>
    1819    <tr tal:repeat="account context/values">
    19       <td tal:content="account/name">username</td>
     20      <td tal:content="account/name">User name</td>
    2021      <td tal:content="account/title">Title</td>
    2122      <td tal:content="account/description">Description</td>
     23      <td tal:content="structure python:view.getGlobalRoles(account)">Global roles</td>
    2224      <td tal:content="structure python:view.getLocalRoles(account)">Local Roles</td>
    2325      <td class="text-right">
Note: See TracChangeset for help on using the changeset viewer.