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