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

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

Issue 398543002: Add language and keyboard layout pickers to public session pods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Base the list of keyboard layouts offered on the resolved locale, not the selected locale. Created 6 years, 5 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
« no previous file with comments | « chrome/browser/resources/login/user_pod_row.js ('k') | chrome/browser/ui/webui/chromeos/login/l10n_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 60700dac0383b9f8893627872372b94cc8106e8f..b61f42aaa2c2869aa57d52d9f59ca0c87466d2ce 100644
--- a/chrome/browser/resources/login/user_pod_template.html
+++ b/chrome/browser/resources/login/user_pod_template.html
@@ -84,13 +84,37 @@
<div id="public-account-user-pod-extras-template" hidden>
<div class="expanded-pane">
<div class="expanded-pane-contents">
- <div class="expanded-pane-name"></div>
- <div class="reminder" i18n-content="publicAccountReminder"></div>
+ <div class="side-container">
+ <div class="expanded-pane-name"></div>
+ <div class="reminder" i18n-content="publicAccountReminder"></div>
+ <div class="language-and-input-section">
+ <div class="select-with-label">
+ <label class="language-select-label"
+ i18n-content="publicSessionSelectLanguage">
+ </label>
+ <div class="select-container">
+ <select class="language-select"></select>
+ </div>
+ </div>
+ <div class="select-with-label">
+ <label class="keyboard-select-label"
+ i18n-content="publicSessionSelectKeyboard">
+ </label>
+ <div class="select-container">
+ <select class="keyboard-select"></select>
+ </div>
+ </div>
+ </div>
+ </div>
<div class="bottom-container">
<div class="expanded-pane-learn-more-container">
<div class="expanded-pane-learn-more"></div>
</div>
<div class="info"></div>
+ <div class="language-and-input-container">
+ <a class="language-and-input" href="#" role="button"
+ i18n-content="publicSessionLanguageAndInput"></a>
+ </div>
<button class="enter-button"
i18n-content="publicAccountEnter"
i18n-values="aria-label:publicAccountEnterAccessibleName">
« no previous file with comments | « chrome/browser/resources/login/user_pod_row.js ('k') | chrome/browser/ui/webui/chromeos/login/l10n_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698