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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
diff --git a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
index 14d89ab27d7fa0f58b813893d1639b481912a43a..eea2c2377609f0cca1870a6d207b151f525f27b7 100644
--- a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
+++ b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
@@ -42,15 +42,15 @@
<div>
<input id="managed-user-creation-flow-password" type="password"
i18n-values="placeholder:createManagedUserPasswordHint" />
- </div>
+ <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
+ </span>
+ </div>
<div>
<input id="managed-user-creation-flow-password-confirm"
type="password"
i18n-values="placeholder:createManagedUserPasswordConfirmHint" />
</div>
</div>
- <div id="managed-user-creation-flow-password-error" class="no-error">
- </div>
</div>
<div id="managed-user-creation-flow-tutorial" class="step-no-logo" hidden>
<div id="managed-user-creation-flow-tutorial-placeholder">

Powered by Google App Engine
This is Rietveld 408576698