OLD | NEW |
1 <div class="page hidden" id="syncPage"> | 1 <div class="page hidden" id="syncPage"> |
2 <h1 i18n-content="syncPage"></h1> | 2 <h1 i18n-content="syncPage"></h1> |
3 <section> | 3 <section> |
4 <h3 i18n-content="sync_title"></h3> | 4 <h3 i18n-content="sync_title"></h3> |
5 <table class="option-control-table"> | 5 <table class="option-control-table"> |
6 <tr> | 6 <tr> |
7 <td class="option-name"> | 7 <td class="option-name"> |
8 <label class="checkbox"> | 8 <label class="checkbox"> |
9 <input id="settings-check" pref="sync.preferences" type="checkbox"> | 9 <input id="settings-check" pref="sync.preferences" type="checkbox"> |
10 <span i18n-content="syncsettings"></span> | 10 <span i18n-content="syncsettings"></span> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 <span i18n-content="synctypedurls"></span> | 52 <span i18n-content="synctypedurls"></span> |
53 </label> | 53 </label> |
54 </td> | 54 </td> |
55 <td class="option-name"> | 55 <td class="option-name"> |
56 <label class="checkbox"> | 56 <label class="checkbox"> |
57 <input id="passwords-check" pref="sync.passwords" type="checkbox"> | 57 <input id="passwords-check" pref="sync.passwords" type="checkbox"> |
58 <span i18n-content="syncpasswords"></span> | 58 <span i18n-content="syncpasswords"></span> |
59 </label> | 59 </label> |
60 </td> | 60 </td> |
61 </tr> | 61 </tr> |
| 62 <tr> |
| 63 <td class="option-name"> |
| 64 <label class="checkbox"> |
| 65 <input id="sessions-check" pref="sync.sessions" type="checkbox"> |
| 66 <span i18n-content="syncsessions"></span> |
| 67 </label> |
| 68 </td> |
| 69 </tr> |
62 </table> | 70 </table> |
63 </section> | 71 </section> |
64 </div> | 72 </div> |
OLD | NEW |