<@row> <@columns> <@box color='success'> <@boxHeader title='#i18n{portal.rbac.manage_roles.pageTitle}' boxTools=true> <@tform type='inline' method='post' action='jsp/admin/rbac/CreateRole.jsp'> <@button type='submit' buttonIcon='plus' title='#i18n{portal.rbac.manage_roles.buttonLabelNewRole}' size='sm' hideTitle=['xs','sm'] /> <@boxBody> <@table> #i18n{portal.rbac.manage_roles.columnTitleKey} <@sort jsp_url="jsp/admin/rbac/ManageRoles.jsp" attribute="key" /> #i18n{portal.rbac.manage_roles.columnTitleDescription} <@sort jsp_url="jsp/admin/rbac/ManageRoles.jsp" attribute="description" /> #i18n{portal.rbac.manage_roles.columnTitleActions} <#list role_list as role> ${role.key} ${role.description} <@aButton href='jsp/admin/rbac/ViewRoleDescription.jsp?role_key=${role.key}' title='#i18n{portal.rbac.view_role_description.labelDescription} (${role.description})' buttonIcon='edit' size='sm' hideTitle=['all']/> <@aButton href='jsp/admin/rbac/AssignUsersRole.jsp?role_key=${role.key}' title='#i18n{portal.rbac.manage_roles.buttonLabelAssignUsers} (${role.description})' buttonIcon='user' size='sm' hideTitle=['all']/> <@aButton color='danger' href='jsp/admin/rbac/DoConfirmRemoveRole.jsp?role_key=${role.key}' title='#i18n{portal.rbac.manage_roles.buttonLabelDelete} (${role.description})' buttonIcon='trash' size='sm' hideTitle=['all']/> <@boxHeader boxTools=true> <@paginationAdmin paginator=paginator combo=1 />