blob: 45dee1d4700bb8310bd2df97a67c5398a8d9e4f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<div class="page hidden" id="importDataOverlay">
<h1 i18n-content="import_data_title"></h1>
<div>
<span i18n-content="import_from_label"></span>
<select id="supported-browsers"></select>
</div>
<div id="checkboxList">
<div i18n-content="import_description"></div>
<label>
<input id="import-favorites" type="checkbox">
<span i18n-content="import_favorites">
</label><br>
<label>
<input id="import-search" type="checkbox">
<span i18n-content="import_search">
</label><br>
<label>
<input id="import-passwords" type="checkbox">
<span i18n-content="import_passwords">
</label><br>
<label>
<input id="import-history" type="checkbox">
<span i18n-content="import_history">
</label><br>
</div>
<button id="import-data-cancel" i18n-content="cancel"
onclick="ImportDataOverlay.dismiss();"></button>
<button id="import-data-commit" i18n-content="import_commit"></button>
<span id="import-throbber"></span>
</div>
|