| OLD | NEW |
| 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. --> | 3 found in the LICENSE file. --> |
| 4 | 4 |
| 5 <div id="oauth-enrollment" class="step no-logo hidden" hidden> | 5 <div id="oauth-enrollment" class="step no-logo hidden" hidden> |
| 6 <div id="oauth-enroll-step-contents"> | 6 <div id="oauth-enroll-step-contents"> |
| 7 <div id="oauth-enroll-step-signin"> | 7 <div id="oauth-enroll-step-signin"> |
| 8 <div id="oauth-enroll-auth-view-container"></div> | 8 <div id="oauth-enroll-auth-view-container"></div> |
| 9 </div> | 9 </div> |
| 10 <div id="oauth-enroll-step-error"> | 10 <div id="oauth-enroll-step-error"> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 i18n-content="oauthEnrollExplaneAttributeLink"></a> | 35 i18n-content="oauthEnrollExplaneAttributeLink"></a> |
| 36 <gaia-input-form i18n-values="buttonText:oauthEnrollNextBtn"> | 36 <gaia-input-form i18n-values="buttonText:oauthEnrollNextBtn"> |
| 37 <gaia-input id="oauth-enroll-asset-id" | 37 <gaia-input id="oauth-enroll-asset-id" |
| 38 type="text" | 38 type="text" |
| 39 i18n-values="label:oauthEnrollAssetIdLabel"> | 39 i18n-values="label:oauthEnrollAssetIdLabel"> |
| 40 </gaia-input> | 40 </gaia-input> |
| 41 <gaia-input id="oauth-enroll-location" | 41 <gaia-input id="oauth-enroll-location" |
| 42 type="text" | 42 type="text" |
| 43 i18n-values="label:oauthEnrollLocationLabel"> | 43 i18n-values="label:oauthEnrollLocationLabel"> |
| 44 </gaia-input> | 44 </gaia-input> |
| 45 <gaia-paper-button noink id="oauth-enroll-skip-button" |
| 46 class="link-button" |
| 47 i18n-content="oauthEnrollSkip"> |
| 48 </gaia-paper-button> |
| 45 </gaia-input-form> | 49 </gaia-input-form> |
| 46 </div> | 50 </div> |
| 47 <div horizontal layout justified> | |
| 48 <a href="#" id="oauth-enroll-skip-button" | |
| 49 class="oauth-enroll-link" | |
| 50 i18n-content="oauthEnrollSkip"> | |
| 51 </a> | |
| 52 </div> | |
| 53 </div> | 51 </div> |
| 54 </gaia-card> | 52 </gaia-card> |
| 55 </div> | 53 </div> |
| 56 <div id="oauth-enroll-step-attribute-prompt-error"> | 54 <div id="oauth-enroll-step-attribute-prompt-error"> |
| 57 <notification-card id="oauth-enroll-attribute-prompt-error-card" | 55 <notification-card id="oauth-enroll-attribute-prompt-error-card" |
| 58 type="fail" i18n-values="buttonLabel:oauthEnrollDone"> | 56 type="fail" i18n-values="buttonLabel:oauthEnrollDone"> |
| 59 </notification-card> | 57 </notification-card> |
| 60 </div> | 58 </div> |
| 61 </div> | 59 </div> |
| 62 <div id="oauth-saml-notice-container"> | 60 <div id="oauth-saml-notice-container"> |
| 63 <span id="oauth-saml-notice-message"></span> | 61 <span id="oauth-saml-notice-message"></span> |
| 64 </div> | 62 </div> |
| 65 <div id="oauth-enrollment-controls" class="step-controls"></div> | 63 <div id="oauth-enrollment-controls" class="step-controls"></div> |
| 66 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back" | 64 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back" |
| 67 hidden i18n-values="aria-label:backButton" tabindex="0"></button> | 65 hidden i18n-values="aria-label:backButton" tabindex="0"></button> |
| 68 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close" | 66 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close" |
| 69 class="oauth-enroll-button" i18n-values="aria-label:closeButton" | 67 class="oauth-enroll-button" i18n-values="aria-label:closeButton" |
| 70 tabindex="0"></button> | 68 tabindex="0"></button> |
| 71 <button id="oauth-enroll-refresh-button" is="gaia-icon-button" icon="refresh" | 69 <button id="oauth-enroll-refresh-button" is="gaia-icon-button" icon="refresh" |
| 72 class="oauth-enroll-button" i18n-values="aria-label:closeButton" | 70 class="oauth-enroll-button" i18n-values="aria-label:closeButton" |
| 73 tabindex="0"></button> | 71 tabindex="0"></button> |
| 74 </div> | 72 </div> |
| OLD | NEW |