- Timestamp:
- 5 Jul 2011, 16:57:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/usercontainerpage.pt
r6183 r6511 8 8 <thead> 9 9 <tr> 10 <th>User name</th>11 <th> Title</th>10 <th>User ID</th> 11 <th>Name</th> 12 12 <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> 15 16 </tr> 16 17 </thead> 17 18 <tbody> 18 19 <tr tal:repeat="account context/values"> 19 <td tal:content="account/name"> username</td>20 <td tal:content="account/name">User name</td> 20 21 <td tal:content="account/title">Title</td> 21 22 <td tal:content="account/description">Description</td> 23 <td tal:content="structure python:view.getGlobalRoles(account)">Global roles</td> 22 24 <td tal:content="structure python:view.getLocalRoles(account)">Local Roles</td> 23 25 <td class="text-right">
Note: See TracChangeset for help on using the changeset viewer.