@columns xs=12 sm=6 md=6 lg=6>
<@box color='danger'>
<@boxHeader title='#i18n{portal.globalmanagement.editorChoice.editorBackOffice}' />
<@boxBody>
<@tform action='jsp/admin/globalmanagement/DoUpdateBackOfficeEditor.jsp'>
<@formGroup rows=2 labelKey='#i18n{portal.globalmanagement.editorChoice.labelEditorBackOffice}'>
<#if !current_editor_back_office??>
<#assign current_editor_back_office = "">
#if>
<@select name='editor_back_office' items=listEditorsBackOffice default_value=current_editor_back_office />
@formGroup>
<@formGroup rows=2>
<@button type='submit' buttonIcon='check' title='#i18n{portal.util.labelModify}' size='' />
@formGroup>
@tform>
@boxBody>
@box>
@columns>
<@columns xs=12 sm=6 md=6 lg=6>
<@box color='danger'>
<@boxHeader title='#i18n{portal.globalmanagement.editorChoice.editorFrontOffice}' />
<@boxBody>
<@tform action='jsp/admin/globalmanagement/DoUpdateFrontOfficeEditor.jsp'>
<@formGroup rows=2 labelKey='#i18n{portal.globalmanagement.editorChoice.labelEditorFrontOffice}'>
<#if !current_editor_front_office??><#assign current_editor_front_office = "">#if>
<@select name='editor_front_office' items=listEditorsFrontOffice default_value=current_editor_front_office />
@formGroup>
<@formGroup rows=2>
<@button type='submit' buttonIcon='check' title='#i18n{portal.util.labelModify}' size='' />
@formGroup>
@tform>
@boxBody>
@box>
@columns>