Ignore:
Timestamp:
23 Nov 2011, 09:32:17 (13 years ago)
Author:
Henrik Bettermann
Message:

Let's be more precise: Global roles actually are site roles. Since the user does not understand the term 'site' we should use the term 'portal' in the UI instead. Now we have portal (site) roles, local roles and dynamic roles.

File:
1 edited

Legend:

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

    r7176 r7178  
    1111      <th>Name</th>
    1212      <th>Description</th>
    13       <th>Global roles</th>
    14       <th>Local roles</th>
     13      <th>Portal Roles</th>
     14      <th>Local Roles</th>
    1515      <th></th>
    1616    </tr>
     
    2121      <td tal:content="account/title">Title</td>
    2222      <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:view.getSiteRoles(account)">SITE ROLES</td>
     24      <td tal:content="structure python:view.getLocalRoles(account)">LOCAL ROLES</td>
    2525      <td class="text-right">
    2626        <form method="post">
Note: See TracChangeset for help on using the changeset viewer.