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