| OLD | NEW |
| 1 <div id="bluetooth-options" class="page" hidden> | 1 <div id="bluetooth-options" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="bluetoothAddDeviceTitle"></h1> | 3 <h1 i18n-content="bluetoothAddDeviceTitle"></h1> |
| 4 <div class="settings-list bluetooth-device-list content-area"> | 4 <div class="settings-list bluetooth-device-list content-area"> |
| 5 <list id="bluetooth-unpaired-devices-list"></list> | 5 <list id="bluetooth-unpaired-devices-list"></list> |
| 6 <div id="bluetooth-unpaired-devices-list-empty-placeholder" | 6 <div id="bluetooth-unpaired-devices-list-empty-placeholder" |
| 7 class="bluetooth-empty-list-label" hidden> | 7 class="bluetooth-empty-list-label" hidden> |
| 8 <span i18n-content="bluetoothNoDevicesFound"></span> | 8 <span i18n-content="bluetoothNoDevicesFound"></span> |
| 9 </div> | 9 </div> |
| 10 </div> | 10 </div> |
| 11 <div id="bluetooth-scanning"> | 11 <div id="bluetooth-scanning"> |
| 12 <div id="bluetooth-scanning-icon" | 12 <div id="bluetooth-scanning-icon" |
| 13 class="inline-spinner"></div> | 13 class="inline-spinner"></div> |
| 14 <span id="bluetooth-scanning-label" | 14 <span id="bluetooth-scanning-label" |
| 15 i18n-content="bluetoothScanning"></span> | 15 i18n-content="bluetoothScanning"></span> |
| 16 </div> | 16 </div> |
| 17 <div class="action-area button-strip"> | 17 <div class="action-area button-strip"> |
| 18 <button id="bluetooth-add-device-cancel-button" type="reset" | 18 <button id="bluetooth-add-device-cancel-button" type="reset" |
| 19 i18n-content="cancel"></button> | 19 i18n-content="cancel"></button> |
| 20 <button id="bluetooth-add-device-apply-button" type="submit" | 20 <button id="bluetooth-add-device-apply-button" type="submit" |
| 21 i18n-content="bluetoothConnectDevice" disabled></button> | 21 i18n-content="bluetoothConnectDevice" disabled></button> |
| 22 </div> | 22 </div> |
| 23 </div> | 23 </div> |
| OLD | NEW |