<@row> <@columns> <@box color='success'> <@boxHeader title='#i18n{portal.rbac.manage_roles.pageTitle}' boxTools=true> <@tform class='form-inline' method='post' action='jsp/admin/rbac/CreateRole.jsp'> <@button type='submit' buttonIcon='plus' title='#i18n{portal.rbac.manage_roles.buttonLabelNewRole}' size='' showTitleXs=false showTitleSm=false /> <@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='pencil' showTitle=false/> <@aButton href='jsp/admin/rbac/AssignUsersRole.jsp?role_key=${role.key}' title='#i18n{portal.rbac.manage_roles.buttonLabelAssignUsers} (${role.description})' buttonIcon='user' showTitle=false/> <@aButton color='btn-danger' href='jsp/admin/rbac/DoConfirmRemoveRole.jsp?role_key=${role.key}' title='#i18n{portal.rbac.manage_roles.buttonLabelDelete} (${role.description})' buttonIcon='trash' showTitle=false/> <@boxHeader boxTools=true> <@paginationAdmin paginator=paginator combo=1 />