| 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 i18n-content="syncSetupOverlayTitle"></h1> | 3 <h1 i18n-content="syncSetupOverlayTitle"></h1> |
| 4 <div class="content-area"> | 4 <div class="content-area"> |
| 5 <div> | 5 <div> |
| 6 <!-- top-blurb-error's reset state is handled differently from most | 6 <!-- top-blurb-error's reset state is handled differently from most |
| 7 elements. Instead of being [hidden] it is visibility:hidden so it | 7 elements. Instead of being [hidden] it is visibility:hidden so it |
| 8 still takes up space. But it is also [hidden] when we display the | 8 still takes up space. But it is also [hidden] when we display the |
| 9 captcha, so when it is reset, it needs to be shown. --> | 9 captcha, so when it is reset, it needs to be shown. --> |
| 10 <div id="top-blurb-error" | 10 <div id="top-blurb-error" |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 <label for="google-option" i18n-content="googleOption"></label> | 345 <label for="google-option" i18n-content="googleOption"></label> |
| 346 </div> | 346 </div> |
| 347 <div> | 347 <div> |
| 348 <input id="explicit-option" name="option" type="radio" | 348 <input id="explicit-option" name="option" type="radio" |
| 349 value="explicit"> | 349 value="explicit"> |
| 350 <label for="explicit-option" i18n-content="explicitOption"> | 350 <label for="explicit-option" i18n-content="explicitOption"> |
| 351 </label> | 351 </label> |
| 352 <a i18n-values="href:encryptionHelpURL" target="_blank" | 352 <a i18n-values="href:encryptionHelpURL" target="_blank" |
| 353 i18n-content="learnMore"></a> | 353 i18n-content="learnMore"></a> |
| 354 </div> | 354 </div> |
| 355 <div id="sync-custom-passphrase" hidden> | 355 <div id="sync-custom-passphrase" |
| 356 class="reset-hidden" hidden> |
| 356 <div id="sync-passphrase-message"> | 357 <div id="sync-passphrase-message"> |
| 357 <span i18n-content="sectionExplicitMessagePrefix"></span> | 358 <span i18n-content="sectionExplicitMessagePrefix"></span> |
| 358 <a href="http://google.com/dashboard" target="_blank" | 359 <a href="http://google.com/dashboard" target="_blank" |
| 359 i18n-content="sectionExplicitMessagePostfix"></a> | 360 i18n-content="sectionExplicitMessagePostfix"></a> |
| 360 <span>.</span> | 361 <span>.</span> |
| 361 </div> | 362 </div> |
| 362 <div class="sync-custom-passphrase-input"> | 363 <div class="sync-custom-passphrase-input"> |
| 363 <input id="custom-passphrase" type="password" | 364 <input id="custom-passphrase" type="password" |
| 364 class="reset-value" | 365 class="reset-value" |
| 365 i18n-values="placeholder:passphraseLabel"> | 366 i18n-values="placeholder:passphraseLabel"> |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 <span i18n-content="stopSyncingExplanation"></span> | 417 <span i18n-content="stopSyncingExplanation"></span> |
| 417 </div> | 418 </div> |
| 418 <div class="action-area"> | 419 <div class="action-area"> |
| 419 <input id="stop-syncing-ok" type="button" | 420 <input id="stop-syncing-ok" type="button" |
| 420 i18n-values="value:stopSyncingConfirm"> | 421 i18n-values="value:stopSyncingConfirm"> |
| 421 <input id="stop-syncing-cancel" type="button" | 422 <input id="stop-syncing-cancel" type="button" |
| 422 i18n-values="value:cancel"> | 423 i18n-values="value:cancel"> |
| 423 </div> | 424 </div> |
| 424 </div> | 425 </div> |
| 425 </div> | 426 </div> |
| OLD | NEW |