<@row> <@columns> <@box color='success'> <@boxHeader title='#i18n{portal.role.modify_role.boxTitle} ${role.role}' /> <@boxBody> <@tform name='modify_page_role' action='jsp/admin/role/DoModifyPageRole.jsp'> <@formGroup labelKey='#i18n{portal.role.modify_role.labelDescription}' mandatory=true> <@input type='text' name='role_description' value='${role.roleDescription}' maxlength=50 /> <@formGroup labelKey='#i18n{portal.role.modify_role.labelWorkgroupKey}' mandatory=true> <@select name='workgroup_key' default_value='${role.workgroup}' items=workgroup_key_list sort=true /> <@formGroup> <@button type='submit' buttonIcon='check' title='#i18n{portal.role.modify_role.buttonLabelValidate}' size='' /> <@aButton href='jsp/admin/role/ManagePageRole.jsp' color='btn-secondary' buttonIcon='remove' title='#i18n{portal.admin.message.buttonCancel}' size='' />