OLD | NEW |
1 <div id="sync-setup-overlay" class="page" hidden> | 1 <div id="sync-setup-overlay" class="page" hidden> |
2 <div id="sync-setup-login" hidden> | 2 <div id="sync-setup-login" hidden> |
3 <h1 id="promo-title" i18n-content="promoTitle" hidden></h1> | 3 <h1 id="promo-title" i18n-content="promoTitle" hidden></h1> |
4 <div id="sync-setup-login-content-column"> | 4 <div id="sync-setup-login-content-column"> |
5 <h1 id="sync-setup-overlay-title" | 5 <h1 id="sync-setup-overlay-title" |
6 i18n-content="syncSetupOverlayTitle"> | 6 i18n-content="syncSetupOverlayTitle"> |
7 </h1> | 7 </h1> |
8 <!-- top-blurb-error's reset state is handled differently from most | 8 <!-- top-blurb-error's reset state is handled differently from most |
9 elements. Instead of being [hidden] it is visibility:hidden so it | 9 elements. Instead of being [hidden] it is visibility:hidden so it |
10 still takes up space. But it is also [hidden] when we display the | 10 still takes up space. But it is also [hidden] when we display the |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 <input id="choose-datatypes-ok" type="submit" | 341 <input id="choose-datatypes-ok" type="submit" |
342 i18n-values="value:ok"> | 342 i18n-values="value:ok"> |
343 </div> | 343 </div> |
344 </div> | 344 </div> |
345 </form> | 345 </form> |
346 </div> | 346 </div> |
347 </div> | 347 </div> |
348 <div id="sync-setup-stop-syncing" hidden> | 348 <div id="sync-setup-stop-syncing" hidden> |
349 <h1 i18n-content="stopSyncingTitle"></h1> | 349 <h1 i18n-content="stopSyncingTitle"></h1> |
350 <div class="content-area"> | 350 <div class="content-area"> |
351 <span i18n-content="stopSyncingExplanation"></span> | 351 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> |
352 </div> | 352 </div> |
353 <div class="action-area button-strip"> | 353 <div class="action-area button-strip"> |
354 <input id="stop-syncing-cancel" type="button" | 354 <input id="stop-syncing-cancel" type="button" |
355 i18n-values="value:cancel"> | 355 i18n-values="value:cancel"> |
356 <input id="stop-syncing-ok" type="button" | 356 <input id="stop-syncing-ok" type="button" |
357 i18n-values="value:stopSyncingConfirm"> | 357 i18n-values="value:stopSyncingConfirm"> |
358 </div> | 358 </div> |
359 </div> | 359 </div> |
360 </div> | 360 </div> |
OLD | NEW |