| |
| |
| |
| <table cellspacing="1"> |
| <caption>{L_FORUM}: {role_mask.NAME}</caption> |
| <tbody> |
| <tr> |
| <th>{L_USERS}</th> |
| </tr> |
| <tr> |
| <td class="row1"> |
| |
| <a href="{role_mask.users.U_PROFILE}">{role_mask.users.USERNAME}</a> :: |
| |
| {L_USERS_NOT_ASSIGNED} |
| |
| </td> |
| </tr> |
| <tr> |
| <th>{L_GROUPS}</th> |
| </tr> |
| <tr> |
| <td class="row2"> |
| |
| <a href="{role_mask.groups.U_PROFILE}">{role_mask.groups.GROUP_NAME}</a> :: |
| |
| {L_GROUPS_NOT_ASSIGNED} |
| |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| |
| |
| |
| <p>{L_ROLE_NOT_ASSIGNED}</p> |
| |
| |