Ignore:
Timestamp:
20 May 2011, 13:48:33 (13 years ago)
Author:
Henrik Bettermann
Message:

Add User Id column and put more space between table and 'Remove selected local roles' button.

File:
1 edited

Legend:

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

    r6161 r6172  
    147147      <thead>
    148148        <tr>
    149           <th>&nbsp;</th><th>User</th><th>Local Role</th>
     149          <th>&nbsp;</th><th>User Id</th><th>Name</th><th>Local Role</th>
    150150        </tr>
    151151      </thead>
     
    157157                tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" />
    158158          </td>
    159           <td tal:content="entry/user_title">User
     159          <td tal:content="entry/user_name">
     160               USERNAME
     161          </td>
     162          <td tal:content="entry/user_title">
     163               USERTITLE
    160164          </td>
    161165          <td tal:content="entry/local_role_title">
    162                Local Role
     166               LOCAL ROLE
    163167          </td>
    164168        </tr>
    165169      </tbody>
    166170    </table>
     171    <br /><br />
    167172    <div class="actionButtons" tal:condition="view/availableActions">
    168173        <span tal:repeat="action view/actions"
     
    176181    <tr>
    177182        <td>
    178             <select  id="user" name="user"  tal:repeat="user view/getUsers">
    179               <option tal:attributes="value user/name">
     183            <select  id="user" name="user">
     184              <option tal:attributes="value user/name" tal:repeat="user view/getUsers">
    180185                <span tal:replace="user/val/description">USERTITLE</span>
    181186              </option>
     
    183188        </td>
    184189        <td>
    185             <select  id="local_role" name="local_role"  tal:repeat="localrole view/getLocalRoles">
    186               <option tal:attributes="value localrole/name">
     190            <select  id="local_role" name="local_role">
     191              <option tal:attributes="value localrole/name" tal:repeat="localrole view/getLocalRoles">
    187192                <span tal:replace="localrole/title">LOCALROLETITLE</span>
    188193              </option>
Note: See TracChangeset for help on using the changeset viewer.