| 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..79c26858483fcbcdd0407fd721502fcd0f70446b 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,36 @@
|
| </span>
|
| </div>
|
| </div>
|
| + <div id="oauth-enroll-step-attribute-prompt">
|
| + <div class="oauth-enroll-step-content">
|
| + <span class="oauth-enroll-step-message">
|
| + <span id="oauth-enroll-attribute-prompt-message">
|
| + </span>
|
| + </span>
|
| + <p>
|
| + <div class="oauth-enroll-textbox">
|
| + <label for="oauth-enroll-attribute-field"
|
| + i18n-content="oauthEnrollAssetIdLabel"
|
| + class="oauth_enroll-attribute-label"></label>
|
| + <p>
|
| + <input class="oauth-enroll-attribute-field"
|
| + id="oauth-enroll-asset-id" maxlength="200"/>
|
| + </p>
|
| + </div>
|
| + </p>
|
| + <p>
|
| + <div class="oauth-enroll-textbox">
|
| + <label for="oauth-enroll-attribute-field"
|
| + i18n-content="oauthEnrollLocationLabel"
|
| + class="oauth-enroll-attribute-label"></label>
|
| + <p>
|
| + <input class="oauth-enroll-attribute-field"
|
| + id="oauth-enroll-location" maxlength="200"/>
|
| + </p>
|
| + </div>
|
| + </p>
|
| + </div>
|
| + </div>
|
| </div>
|
| <div id="oauth-saml-notice-container">
|
| <span id="oauth-saml-notice-message"></span>
|
|
|