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