#assign boxtitle>#i18n{portal.group.manage_roles_group.boxTitle}#assign>
<@row>
<@columns>
<@box color='success'>
<@boxHeader title=boxtitle />
<@boxBody>
<@tform action='jsp/admin/group/DoAssignRoleGroup.jsp'>
<@input type='hidden' name='group_key' value='${group.groupKey}' />
<@table>
#i18n{portal.group.manage_roles_group.colName} |
#i18n{portal.group.manage_roles_group.colLabel} |
|
<#list role_list as role >
<#if role.role != "none">
${role.role} |
${role.roleDescription} |
<#assign isChecked=false>
<#list group_role_list as group_role >
<#if group_role.role = role.role >
<#assign isChecked=true>
<#break>
#if>
#list>
<@checkBox name='role_key' id='role_key' labelKey='${role.role}' value='${role.role}' labelFor='accessibility_mode' checked=ischecked />
|
#if>
#list>
@table>
<@formGroup hideLabel=['all']>
<@columns>
<@button type='submit' title='${i18n("portal.group.manage_roles_group.btnAssign")}' />
<@button title='${i18n("portal.group.modify_group.buttonCancel")}' params='onclick="javascript:history.go(-1)"' />
@columns>
@formGroup>
@tform>
@boxBody>
@box>
@columns>
@row>