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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html

Issue 16091004: LMU creation : nicer user/password error messages (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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
OLDNEW
1 <div class="step hidden" id="managed-user-creation-flow"> 1 <div class="step hidden" id="managed-user-creation-flow">
2 <div class="step-contents"> 2 <div class="step-contents">
3 <div id="managed-user-creation-flow-intro" class="step-no-logo"> 3 <div id="managed-user-creation-flow-intro" class="step-no-logo">
4 <div id="managed-user-creation-flow-intro-title">What is TBD mode?</div> 4 <div id="managed-user-creation-flow-intro-title">What is TBD mode?</div>
5 <div id="managed-user-creation-flow-intro-placeholder"> 5 <div id="managed-user-creation-flow-intro-placeholder">
6 Lorem ipsum dolor... 6 Lorem ipsum dolor...
7 </div> 7 </div>
8 <div class="screen-horizontal-splitter"></div> 8 <div class="screen-horizontal-splitter"></div>
9 <div id="managed-user-creation-flow-intro-text-1"> 9 <div id="managed-user-creation-flow-intro-text-1">
10 Some text on TBD mode. 10 Some text on TBD mode.
(...skipping 24 matching lines...) Expand all
35 <input id="managed-user-creation-flow-name" type="text" /> 35 <input id="managed-user-creation-flow-name" type="text" />
36 <span id="managed-user-creation-flow-name-error" class="no-error"> 36 <span id="managed-user-creation-flow-name-error" class="no-error">
37 </span> 37 </span>
38 </div> 38 </div>
39 <div id="managed-user-creation-flow-password-title" 39 <div id="managed-user-creation-flow-password-title"
40 i18n-content="createManagedUserPasswordTitle"></div> 40 i18n-content="createManagedUserPasswordTitle"></div>
41 <div id="managed-user-creation-flow-password-block"> 41 <div id="managed-user-creation-flow-password-block">
42 <div> 42 <div>
43 <input id="managed-user-creation-flow-password" type="password" 43 <input id="managed-user-creation-flow-password" type="password"
44 i18n-values="placeholder:createManagedUserPasswordHint" /> 44 i18n-values="placeholder:createManagedUserPasswordHint" />
45 </div> 45 <span id="managed-user-creation-flow-password-error" class="no-error">
Nikita (slow) 2013/05/28 11:35:29 Why not div?
Nikita (slow) 2013/05/28 16:21:48 Should be div. But let's leave this for general cl
46 </span>
47 </div>
46 <div> 48 <div>
47 <input id="managed-user-creation-flow-password-confirm" 49 <input id="managed-user-creation-flow-password-confirm"
48 type="password" 50 type="password"
49 i18n-values="placeholder:createManagedUserPasswordConfirmHint" /> 51 i18n-values="placeholder:createManagedUserPasswordConfirmHint" />
50 </div> 52 </div>
51 </div> 53 </div>
52 <div id="managed-user-creation-flow-password-error" class="no-error">
53 </div>
54 </div> 54 </div>
55 <div id="managed-user-creation-flow-tutorial" class="step-no-logo" hidden> 55 <div id="managed-user-creation-flow-tutorial" class="step-no-logo" hidden>
56 <div id="managed-user-creation-flow-tutorial-placeholder"> 56 <div id="managed-user-creation-flow-tutorial-placeholder">
57 Lorem ipsum dolor... 57 Lorem ipsum dolor...
58 </div> 58 </div>
59 <div class="screen-horizontal-splitter"></div> 59 <div class="screen-horizontal-splitter"></div>
60 <div id="managed-user-creation-flow-tutorial-created-text"></div> 60 <div id="managed-user-creation-flow-tutorial-created-text"></div>
61 <div id="managed-user-creation-flow-tutorial-instructions-text"></div> 61 <div id="managed-user-creation-flow-tutorial-instructions-text"></div>
62 </div> 62 </div>
63 <div id="managed-user-creation-flow-error" hidden> 63 <div id="managed-user-creation-flow-error" hidden>
(...skipping 21 matching lines...) Expand all
85 </div> 85 </div>
86 <div class="managed-user-creation-flow-manager-password-block" hidden> 86 <div class="managed-user-creation-flow-manager-password-block" hidden>
87 <input class="managed-user-creation-flow-manager-password" type="password" 87 <input class="managed-user-creation-flow-manager-password" type="password"
88 i18n-values="placeholder:createManagedUserManagerPasswordHint" /> 88 i18n-values="placeholder:createManagedUserManagerPasswordHint" />
89 <span class="managed-user-creation-flow-manager-wrong-password" 89 <span class="managed-user-creation-flow-manager-wrong-password"
90 i18n-content="createManagedUserWrongManagerPasswordText" 90 i18n-content="createManagedUserWrongManagerPasswordText"
91 hidden /> 91 hidden />
92 </div> 92 </div>
93 </div> 93 </div>
94 </div> 94 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698