Ignore:
Timestamp:
23 Nov 2011, 07:21:03 (13 years ago)
Author:
Henrik Bettermann
Message:

Move getGlobalRolesForAccount and getLocalRolesForAccount to permissions.py (work in progress!)

File:
1 edited

Legend:

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

    r7172 r7176  
    2121      <td tal:content="account/title">Title</td>
    2222      <td tal:content="account/description">Description</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>
     23      <td tal:content="structure python:view.getGlobalRoles(account)">Global 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.