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

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

Issue 11308081: cros: Account picker UI for public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased on top of 11419184 Created 8 years 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
OLDNEW
(Empty)
1 <div id="public-account-signin" class="step hidden no-logo">
2 <img id="public-account-avartar">
bartfab (slow) 2012/11/28 15:11:38 Spelling: It's "avatar", not "avartar" (here and e
xiyuan 2012/12/01 00:24:19 New patch successfully avoided this word. :)
3 <div id="public-account-avartar-info-divider"></div>
4 <div id="public-account-info-pane">
5 <div>
6 <span id="public-account-name"></span>
7 <img class="managed-badge"
8 src="chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY">
bartfab (slow) 2012/11/28 15:11:38 As was pointed out in the bug, the mock uses the g
xiyuan 2012/12/01 00:24:19 Done.
9 </div>
10 <div id="public-account-text-contents">
11 <p id="public-account-info" i18n-content="publicAccountInfo"></p>
12 <p id="public-account-hint" i18n-content="publicAccountHint"></p>
bartfab (slow) 2012/11/28 15:11:38 In the grdp file, you called these two "the hint"
xiyuan 2012/12/01 00:24:19 Done in its new place.
13 </div>
14 <button id="public-account-enter-button"
15 i18n-content="publicAccountEnter"></button>
16 </div>
17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698