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