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