Ignore:
Timestamp:
21 May 2011, 07:46:51 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement changes in r6180 for academics section. There are some bugs, see email.

File:
1 edited

Legend:

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

    r5942 r6181  
    1111      <th>Title</th>
    1212      <th>Description</th>
     13      <th>Local Roles</th>
    1314      <th>Actions</th>
    1415    </tr>
     
    1920      <td tal:content="account/title">Title</td>
    2021      <td tal:content="account/description">Description</td>
     22      <td tal:content="account/getLocalRoles">Local Roles</td>
    2123      <td class="text-right">
    22         <form method="post">
    23           <input type="hidden" name="userid"
    24                 tal:attributes="value account/name"/>
    25           <input type="submit" name="edit" value="edit" />
    26           <input type="submit" name="delete" value="delete" />
    27         </form>
     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>
    2830      </td>
    2931    </tr>
Note: See TracChangeset for help on using the changeset viewer.