| OLD | NEW |
| (Empty) |
| 1 <div id="bluetooth-pairing" class="page" hidden> | |
| 2 <div class="close-button"></div> | |
| 3 <h1 i18n-content="bluetoothAddDeviceTitle"></h1> | |
| 4 <div id="bluetooth-pairing-message-area" class="content-area"> | |
| 5 <div id="bluetooth-pairing-message-contents"> | |
| 6 <div id="bluetooth-pairing-instructions"></div> | |
| 7 <div id="bluetooth-pairing-passkey-display" hidden></div> | |
| 8 <div id="bluetooth-pairing-passkey-entry" hidden> | |
| 9 <input id="bluetooth-passkey" maxlength="6" type="text"> | |
| 10 </div> | |
| 11 <div id="bluetooth-pairing-pincode-entry" hidden> | |
| 12 <input id="bluetooth-pincode" maxlength="16" type="text"> | |
| 13 </div> | |
| 14 </div> | |
| 15 </div> | |
| 16 <div class="action-area button-strip"> | |
| 17 <button id="bluetooth-pair-device-cancel-button" type="reset" | |
| 18 i18n-content="cancel" hidden></button> | |
| 19 <button id="bluetooth-pair-device-connect-button" type="reset" | |
| 20 i18n-content="bluetoothConnectDevice" hidden></button> | |
| 21 <button id="bluetooth-pair-device-reject-button" type="reset" | |
| 22 i18n-content="bluetoothRejectPasskey" hidden></button> | |
| 23 <button id="bluetooth-pair-device-accept-button" type="reset" | |
| 24 i18n-content="bluetoothAcceptPasskey" hidden></button> | |
| 25 <button id="bluetooth-pair-device-dismiss-button" type="reset" | |
| 26 i18n-content="bluetoothDismissError" hidden></button> | |
| 27 </div> | |
| 28 </div> | |
| OLD | NEW |