@row>
<@columns>
<@box color='info'>
<@boxHeader title='#i18n{portal.style.modify_mode.boxTitle} ${mode.description}' />
<@boxBody>
<@tform method='post' action='jsp/admin/style/DoModifyMode.jsp' name='modify_mode'>
<@formGroup labelKey='#i18n{portal.style.modify_mode.labelId}' mandatory=true>
<@staticText>${mode.id}@staticText>
@formGroup>
<@formGroup labelKey='#i18n{portal.style.modify_mode.labelDescription}' labelFor='mode_description'>
<@input type='text' name='mode_description' id='mode_description' value='${mode.description?html}' maxlength=50 />
@formGroup>
<@formGroup labelKey='#i18n{portal.style.modify_mode.labelXslPath}' labelFor='xsl_path'>
<@input type='text' name='xsl_path' id='xsl_path' value='${mode.path}' disabled=true />
@formGroup>
<@formGroup>
<@button type='submit' buttonIcon='check' title='#i18n{portal.style.modify_mode.buttonLabelValidate}' size='' />
<@aButton href='jsp/admin/style/ManageModes.jsp' buttonIcon='times' title='#i18n{portal.util.labelCancel}' size='' color='btn-secondary' />
@formGroup>
@tform>
@boxBody>
@box>
@columns>
@row>