| <style include="cr-shared-style shimless-rma-shared"> |
| </style> |
| <base-page left-pane-only> |
| <div slot="left-pane"> |
| <h1 tabindex="-1">[[i18n('wipeDeviceTitleText')]]</h1> |
| <!-- TODO(gavinwill): Replace |disabled| with variable --> |
| <cr-radio-group id="wipeDeviceRadioGroup" disabled="[[allButtonsDisabled]]" |
| on-selected-changed="onOptionChanged"> |
| <cr-radio-button name="[[wipeDeviceOption.WIPE_DEVICE]]" |
| label="[[i18n('wipeDeviceRemoveDataLabel')]]"> |
| <div class="indented-description" aria-hidden="true"> |
| [[i18n('wipeDeviceRemoveDataDescription')]] |
| </div> |
| </cr-radio-button> |
| <cr-radio-button name="[[wipeDeviceOption.PRESERVE_DATA]]" |
| label="[[i18n('wipeDevicePreserveDataLabel')]]"> |
| </cr-radio-button> |
| </cr-radio-group> |
| </div> |
| </base-page> |