Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Side by Side Diff: chrome/browser/resources/options/sync_setup_overlay.html

Issue 7346033: In Sync UI config, reset the "custom passphrase" div to hidden. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698