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

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

Issue 22877002: Limit the length of managed user name to 50 symbols. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 class="step hidden" id="managed-user-creation"> 1 <div class="step hidden" id="managed-user-creation">
2 <div class="step-contents"> 2 <div class="step-contents">
3 <div id="managed-user-creation-intro" class="step-no-logo"> 3 <div id="managed-user-creation-intro" class="step-no-logo">
4 <div id="managed-user-creation-marketing-intro" 4 <div id="managed-user-creation-marketing-intro"
5 class="marketing"> 5 class="marketing">
6 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START"> 6 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START">
7 </div> 7 </div>
8 <div class="below-marketing"> 8 <div class="below-marketing">
9 <div class="page-title" i18n-content="createManagedUserIntroTextTitle"> 9 <div class="page-title" i18n-content="createManagedUserIntroTextTitle">
10 </div> 10 </div>
(...skipping 16 matching lines...) Expand all
27 </div> 27 </div>
28 <div id="managed-user-creation-username" class="page-no-marketing" hidden> 28 <div id="managed-user-creation-username" class="page-no-marketing" hidden>
29 <div class="logo-padded-text"> 29 <div class="logo-padded-text">
30 <div> 30 <div>
31 <div class="page-title inline" 31 <div class="page-title inline"
32 i18n-content="createManagedUserNameTitle"></div> 32 i18n-content="createManagedUserNameTitle"></div>
33 <div id="managed-user-creation-name-explanation" 33 <div id="managed-user-creation-name-explanation"
34 class="page-title-explanation inline"></div> 34 class="page-title-explanation inline"></div>
35 </div> 35 </div>
36 <div id="managed-user-creation-name-block"> 36 <div id="managed-user-creation-name-block">
37 <input id="managed-user-creation-name" type="text" /> 37 <input id="managed-user-creation-name" type="text" maxlength="50" />
38 <span id="managed-user-creation-name-error" class="no-error"> 38 <span id="managed-user-creation-name-error" class="no-error">
39 </span> 39 </span>
40 </div> 40 </div>
41 <div> 41 <div>
42 <div class="page-title inline" 42 <div class="page-title inline"
43 i18n-content="createManagedUserPasswordTitle"></div> 43 i18n-content="createManagedUserPasswordTitle"></div>
44 <div class="page-title-explanation inline" 44 <div class="page-title-explanation inline"
45 i18n-content="createManagedUserPasswordExplanation"></div> 45 i18n-content="createManagedUserPasswordExplanation"></div>
46 </div> 46 </div>
47 <div id="managed-user-creation-password-block"> 47 <div id="managed-user-creation-password-block">
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <div class="managed-user-creation-manager-name"></div> 123 <div class="managed-user-creation-manager-name"></div>
124 <div class="managed-user-creation-manager-email"></div> 124 <div class="managed-user-creation-manager-email"></div>
125 </div> 125 </div>
126 </div> 126 </div>
127 <div class="password-block" hidden> 127 <div class="password-block" hidden>
128 <input class="managed-user-creation-manager-password" type="password" 128 <input class="managed-user-creation-manager-password" type="password"
129 i18n-values="placeholder:createManagedUserManagerPasswordHint" /> 129 i18n-values="placeholder:createManagedUserManagerPasswordHint" />
130 </div> 130 </div>
131 </div> 131 </div>
132 </div> 132 </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