- Timestamp:
- 22 Nov 2011, 07:25:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/usercontainerpage.pt
r6511 r7162 21 21 <td tal:content="account/title">Title</td> 22 22 <td tal:content="account/description">Description</td> 23 <td tal:content="structure python: view.getGlobalRoles(account)">Global roles</td>24 <td tal:content="structure python: view.getLocalRoles(account)">Local Roles</td>23 <td tal:content="structure python:layout.getGlobalRoles(account)">Global Roles</td> 24 <td tal:content="structure python:layout.getLocalRoles(account)">Local Roles</td> 25 25 <td class="text-right"> 26 26 <form method="post"> 27 27 <input type="hidden" name="userid" 28 28 tal:attributes="value account/name"/> 29 <input type="submit" name=" edit" value="edit" />29 <input type="submit" name="manage" value="manage" /> 30 30 <input type="submit" name="delete" value="delete" /> 31 31 </form>
Note: See TracChangeset for help on using the changeset viewer.