| OLD | NEW |
| 1 <div id="import-data-overlay" class="page hidden"> | 1 <div id="import-data-overlay" class="page hidden"> |
| 2 <h1 i18n-content="importDataTitle"></h1> | 2 <h1 i18n-content="importDataTitle"></h1> |
| 3 <div id="import-from-div"> | 3 <div class="content-area"> |
| 4 <span i18n-content="importFromLabel"></span> | 4 <div id="import-from-div"> |
| 5 <select id="import-browsers"> | 5 <span i18n-content="importFromLabel"></span> |
| 6 <option i18n-content="importLoading"></option> | 6 <select id="import-browsers"> |
| 7 </select> | 7 <option i18n-content="importLoading"></option> |
| 8 </div> | 8 </select> |
| 9 <div id="import-checkboxes"> | |
| 10 <div i18n-content="importDescription"></div> | |
| 11 <div> | |
| 12 <input id="import-history" type="checkbox"> | |
| 13 <label for="import-history" i18n-content="importHistory"></label> | |
| 14 </div> | 9 </div> |
| 15 <div> | 10 <div id="import-checkboxes"> |
| 16 <input id="import-favorites" type="checkbox"> | 11 <div i18n-content="importDescription"></div> |
| 17 <label for="import-favorites" i18n-content="importFavorites"></label> | 12 <div> |
| 18 </div> | 13 <input id="import-history" type="checkbox"> |
| 19 <div> | 14 <label for="import-history" i18n-content="importHistory"></label> |
| 20 <input id="import-passwords" type="checkbox"> | 15 </div> |
| 21 <label for="import-passwords" i18n-content="importPasswords"></label> | 16 <div> |
| 22 </div> | 17 <input id="import-favorites" type="checkbox"> |
| 23 <div> | 18 <label for="import-favorites" i18n-content="importFavorites"></label> |
| 24 <input id="import-search" type="checkbox"> | 19 </div> |
| 25 <label for="import-search" i18n-content="importSearch"></label> | 20 <div> |
| 21 <input id="import-passwords" type="checkbox"> |
| 22 <label for="import-passwords" i18n-content="importPasswords"></label> |
| 23 </div> |
| 24 <div> |
| 25 <input id="import-search" type="checkbox"> |
| 26 <label for="import-search" i18n-content="importSearch"></label> |
| 27 </div> |
| 26 </div> | 28 </div> |
| 27 </div> | 29 </div> |
| 28 <div class="action-area"> | 30 <div class="action-area"> |
| 29 <div id="import-throbber" class="throbber"></div> | 31 <div class="action-area-right"> |
| 30 <div class="button-strip"> | 32 <div id="import-throbber" class="throbber"></div> |
| 31 <button id="import-data-cancel" i18n-content="cancel"></button> | 33 <div class="button-strip"> |
| 32 <button id="import-data-commit" i18n-content="importCommit"></button> | 34 <button id="import-data-cancel" i18n-content="cancel"></button> |
| 35 <button id="import-data-commit" i18n-content="importCommit"></button> |
| 36 </div> |
| 33 </div> | 37 </div> |
| 34 </div> | 38 </div> |
| 35 </div> | 39 </div> |
| OLD | NEW |