OLD | NEW |
1 <div id="sync-setup-overlay" class="page" hidden> | 1 <dialog id="sync-setup-overlay" class="page"> |
2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
3 <div id="sync-setup-configure" hidden> | 3 <div id="sync-setup-configure" hidden> |
4 <div id="confirm-sync-preferences"> | 4 <div id="confirm-sync-preferences"> |
5 <h1 i18n-content="confirmSyncPreferences"></h1> | 5 <h1 i18n-content="confirmSyncPreferences"></h1> |
6 <div id="sync-instructions-container" class="content-area"> | 6 <div id="sync-instructions-container" class="content-area"> |
7 <span i18n-content="chooseDataTypesInstructions"></span> | 7 <span i18n-content="chooseDataTypesInstructions"></span> |
8 <a id="encryption-help-link" target="_blank" | 8 <a id="encryption-help-link" target="_blank" |
9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> | 9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> |
10 </a> | 10 </a> |
11 </div> | 11 </div> |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 <div class="content-area"> | 225 <div class="content-area"> |
226 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> | 226 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> |
227 </div> | 227 </div> |
228 <div class="action-area button-strip"> | 228 <div class="action-area button-strip"> |
229 <input id="stop-syncing-cancel" type="button" | 229 <input id="stop-syncing-cancel" type="button" |
230 i18n-values="value:cancel"> | 230 i18n-values="value:cancel"> |
231 <input id="stop-syncing-ok" type="button" | 231 <input id="stop-syncing-ok" type="button" |
232 i18n-values="value:stopSyncingConfirm"> | 232 i18n-values="value:stopSyncingConfirm"> |
233 </div> | 233 </div> |
234 </div> | 234 </div> |
235 </div> | 235 </dialog> |
OLD | NEW |