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

Unified Diff: chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html

Issue 14028005: Update locally managed user creation flow according to mocks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 7 years, 8 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 c85e42ca650bc12ce28e388ae97f93eab15d6d80..0a5c36024c50f083aa87774084b84c6d27bf834e 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
@@ -1,6 +1,34 @@
<div class="step hidden" id="managed-user-creation-flow">
<div class="step-contents">
- <div id="managed-user-creation-flow-initial" >
+ <div id="managed-user-creation-flow-intro" class="step-no-logo">
+ <div id="managed-user-creation-flow-intro-title">What is TBD mode?</div>
+ <div id="managed-user-creation-flow-intro-placeholder">
+ Lorem ipsum dolor...
+ </div>
+ <div class="screen-horizontal-splitter"></div>
+ <div id="managed-user-creation-flow-intro-text-1">
+ Some text on TBD mode.
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit,
+ sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+ </div>
+ <div id="managed-user-creation-flow-intro-text-2">
+ Some longer text on TBD mode.
+ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
+ ut aliquip ex ea commodo consequat. Duis aute irure dolor in
+ reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+ pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
+ qui officia deserunt mollit anim id est laborum.
+ This text has link to <b>www.chrome.com/dashboard</b> in bold.
+ </div>
+ </div>
+ <div id="managed-user-creation-flow-manager" hidden>
+ <div id="managed-user-creation-flow-managers-block" hidden>
+ <div id="managed-user-creation-flow-managers-block-title"
+ i18n-content="createManagedUserSelectManagerTitle"></div>
+ <div id="managed-user-creation-flow-managers-pane"></div>
+ </div>
+ </div>
+ <div id="managed-user-creation-flow-username" hidden>
<div id="managed-user-creation-flow-name-title"
i18n-content="createManagedUserNameTitle"></div>
<div id="managed-user-creation-flow-name-block">
@@ -13,21 +41,24 @@
<div id="managed-user-creation-flow-password-block">
<div>
<input id="managed-user-creation-flow-password" type="password"
- i18n-values="placeholder:createManagedUserPasswordHint"/>
+ i18n-values="placeholder:createManagedUserPasswordHint" />
</div>
<div>
<input id="managed-user-creation-flow-password-confirm"
type="password"
- i18n-values="placeholder:createManagedUserPasswordConfirmHint"/>
+ i18n-values="placeholder:createManagedUserPasswordConfirmHint" />
</div>
</div>
<div id="managed-user-creation-flow-password-error" class="no-error">
</div>
- <div id="managed-user-creation-flow-managers-block" hidden>
- <div id="managed-user-creation-flow-managers-block-title"
- i18n-content="createManagedUserSelectManagerTitle"></div>
- <div id="managed-user-creation-flow-managers-pane"></div>
+ </div>
+ <div id="managed-user-creation-flow-tutorial" class="step-no-logo" hidden>
+ <div id="managed-user-creation-flow-tutorial-placeholder">
+ Lorem ipsum dolor...
</div>
+ <div class = "screen-horizontal-splitter"></div>
Nikita (slow) 2013/04/12 13:12:15 nit: Remove extra spaces.
+ <div id="managed-user-creation-flow-tutorial-created-text"></div>
+ <div id="managed-user-creation-flow-tutorial-instructions-text"></div>
</div>
<div id="managed-user-creation-flow-progress" hidden>
<div class="spinner"></div>
@@ -39,17 +70,6 @@
<div id="managed-user-creation-flow-error-value">
</div>
</div>
- <div id="managed-user-creation-flow-success" hidden>
- <div id="managed-user-creation-flow-success-title"
- i18n-content="managedUserCreationSuccessTitle"></div>
- <div id="managed-user-creation-flow-success-image">
- <!-- TODO(antrim) -->Iconografic or screenshot or video!</div>
- <div id="managed-user-creation-flow-success-image-text"
- i18n-content="managedUserCreationSuccessImageText"></div>
- <div id="managed-user-creation-flow-success-email-instructions"
- i18n-content="managedUserCreationSuccessSendEmailInstructionsText">
- </div>
- </div>
</div>
<div id="managed-user-creation-flow-controls" class="step-controls">
</div>
@@ -64,10 +84,10 @@
</div>
<div class="managed-user-creation-flow-manager-password-block" hidden>
<input class="managed-user-creation-flow-manager-password" type="password"
- i18n-values="placeholder:createManagedUserManagerPasswordHint"/>
+ i18n-values="placeholder:createManagedUserManagerPasswordHint" />
<span class="managed-user-creation-flow-manager-wrong-password"
i18n-content="createManagedUserWrongManagerPasswordText"
- hidden/>
+ hidden />
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698