Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html |
index ba9fbeac6adf9d45df1b3d021e20030cff76e813..4c2ff97dc65110bbd67a60bf9037015d72f08917 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html |
@@ -47,6 +47,31 @@ |
</span> |
</div> |
</div> |
+ <div id="oauth-enroll-step-attribute-prompt"> |
+ <div class="oauth-enroll-step-content"> |
+ <p> |
+ <div class="oauth-enroll-step-message" |
+ id="oauth-enroll-attribute-prompt-message"> |
+ </div> |
+ </p> |
+ <p> |
+ <div class="oauth-enroll-textbox"> |
+ <div class="oauth-enroll-attribute-label" |
dzhioev (left Google)
2015/04/14 18:24:47
nit: I think "<label for="oauth-enroll-asset-id">"
Polina Bondarenko
2015/04/14 21:15:40
This is the error message that I got when tried to
|
+ i18n-content="oauthEnrollAssetIdLabel"></div> |
+ <input class="oauth-enroll-attribute-field" |
+ id="oauth-enroll-asset-id" maxlength="200"/> |
+ </div> |
+ </p> |
+ <p> |
+ <div class="oauth-enroll-textbox"> |
+ <div class="oauth-enroll-attribute-label" |
dzhioev (left Google)
2015/04/14 18:24:47
nit: I think "<label for="oauth-enroll-attribute-f
|
+ i18n-content="oauthEnrollLocationLabel"></div> |
+ <input class="oauth-enroll-attribute-field" |
+ id="oauth-enroll-location" maxlength="200"/> |
+ </div> |
+ </p> |
+ </div> |
+ </div> |
</div> |
<div id="oauth-saml-notice-container"> |
<span id="oauth-saml-notice-message"></span> |