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

Unified Diff: chrome/browser/resources/login/user_pod_template.html

Issue 307483002: Desktop user manager: Adjustments for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + RTL friendly Created 6 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/login/user_pod_template.html
diff --git a/chrome/browser/resources/login/user_pod_template.html b/chrome/browser/resources/login/user_pod_template.html
index 4b92b76b4a907d63e0b2c14f16b44f7a467d5d3d..a35d21ee0e1585888cbb31f54c3544f166d32a6c 100644
--- a/chrome/browser/resources/login/user_pod_template.html
+++ b/chrome/browser/resources/login/user_pod_template.html
@@ -22,6 +22,7 @@
<button class="launch-app-button" i18n-content="launchAppButton" hidden>
</button>
<div class="locked-indicator" hidden></div>
+ <div class="supervised-indicator" hidden></div>
</div>
<div class="action-box-area">
<div class="custom-appearance action-box-button"></div>
@@ -39,7 +40,9 @@
</div>
<div class="action-box-remove-user-warning" hidden>
<div class="action-box-remove-user-warning-text"
- i18n-content="removeUserWarningText"></div>
+ i18n-content="removeUserWarningText" hidden></div>
+ <div class="action-box-remove-supervised-user-warning-text"
+ i18n-content="removeSupervisedUserWarningText"></div>
<button class="remove-warning-button
custom-appearance button-fancy button-red"
i18n-content="removeUserWarningButtonTitle"></button>
« no previous file with comments | « chrome/browser/resources/login/user_pod_row.js ('k') | chrome/browser/resources/user_manager/user_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698