Show More
@@ -39,6 +39,7 | |||
|
39 | 39 | <td> |
|
40 | 40 | %if r2p.user.username !='default': |
|
41 | 41 | <span class="delete_icon action_button" onclick="ajaxActionUser(${r2p.user.user_id},'${'id%s'%id(r2p.user.username)}')"> |
|
42 | ${_('revoke')} | |
|
42 | 43 | </span> |
|
43 | 44 | %endif |
|
44 | 45 | </td> |
@@ -67,6 +68,7 | |||
|
67 | 68 | <td><img style="vertical-align:bottom" src="${h.url("/images/icons/group.png")}"/>${g2p.users_group.users_group_name}</td> |
|
68 | 69 | <td> |
|
69 | 70 | <span class="delete_icon action_button" onclick="ajaxActionUsersGroup(${g2p.users_group.users_group_id},'${'id%s'%id(g2p.users_group.users_group_name)}')"> |
|
71 | ${_('revoke')} | |
|
70 | 72 | </span> |
|
71 | 73 | </td> |
|
72 | 74 | </tr> |
General Comments 0
You need to be logged in to leave comments.
Login now