Changeset 6181 for main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Timestamp:
- 21 May 2011, 07:46:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/usercontainerpage.pt
r5942 r6181 11 11 <th>Title</th> 12 12 <th>Description</th> 13 <th>Local Roles</th> 13 14 <th>Actions</th> 14 15 </tr> … … 19 20 <td tal:content="account/title">Title</td> 20 21 <td tal:content="account/description">Description</td> 22 <td tal:content="account/getLocalRoles">Local Roles</td> 21 23 <td class="text-right"> 22 23 <input type="hidden" name="userid" 24 25 26 27 24 <form method="post"> 25 <input type="hidden" name="userid" 26 tal:attributes="value account/name"/> 27 <input type="submit" name="edit" value="edit" /> 28 <input type="submit" name="delete" value="delete" /> 29 </form> 28 30 </td> 29 31 </tr>
Note: See TracChangeset for help on using the changeset viewer.