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

Unified Diff: chrome/browser/resources/user_chooser/desktop_user_pod_template.html

Issue 16104008: First try at a user management screen for the desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase disaster and some review comments Created 7 years, 6 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/user_chooser/desktop_user_pod_template.html
diff --git a/chrome/browser/resources/user_chooser/desktop_user_pod_template.html b/chrome/browser/resources/user_chooser/desktop_user_pod_template.html
new file mode 100644
index 0000000000000000000000000000000000000000..c7b49675a5b8e08580ff46ffc88bb5c5e62b5632
--- /dev/null
+++ b/chrome/browser/resources/user_chooser/desktop_user_pod_template.html
@@ -0,0 +1,31 @@
+<div id="user-pod-template" class="pod need-password" hidden>
+ <div class="main-pane">
+ <div class="signed-in-indicator" i18n-content="signedIn" hidden></div>
+ <img class="user-image" alt="">
+ <div class="name"></div>
+ <input type="password" class="password"
+ i18n-values="placeholder:passwordHint">
+ <button class="signin-button" i18n-content="signinButton"></button>
+ </div>
+ <div class="action-box-area">
+ <div class="custom-appearance action-box-button"></div>
+ </div>
+ <div class="user-type-icon-area" hidden>
+ <div class="custom-appearance user-type-icon-image"></div>
+ </div>
+ <div class="action-box-menu">
+ <div class="action-box-menu-title">
+ <span class="action-box-menu-title-name"></span>
+ <span class="action-box-menu-title-email"></span>
+ </div>
+ <div class="action-box-menu-remove">
+ <span class="action-box-menu-remove-command"/>
+ </div>
+ <div class="action-box-remove-managed-user-warning">
+ <div class="action-box-remove-managed-user-warning-text">hello</div>
+ <button class="remove-warning-button
+ custom-appearance button-fancy button-red">delete</button>
+ </div>
+ </div>
+</div>
Nikita (slow) 2013/07/02 14:26:09 nit: It seems that you have extra closing <div> ta
noms 2013/07/02 21:14:54 And some testing code. Eek. Fixed. On 2013/07/02 1
+</div>

Powered by Google App Engine
This is Rietveld 408576698