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-cancel-button" class="custom-gaia-button"></div> | |
7 <div id="oauth-enroll-back-button" class="custom-gaia-button" hidden></div> | |
8 <div id="oauth-enroll-step-contents"> | 6 <div id="oauth-enroll-step-contents"> |
9 <div id="oauth-enroll-step-signin"> | 7 <div id="oauth-enroll-step-signin"> |
10 <div id="oauth-enroll-auth-view-container"></div> | 8 <div id="oauth-enroll-auth-view-container"></div> |
11 </div> | 9 </div> |
12 <div id="oauth-enroll-step-working"> | 10 <div id="oauth-enroll-step-working"> |
13 <div class="oauth-enroll-step-content"> | 11 <div class="oauth-enroll-step-content"> |
14 <span class="oauth-enroll-step-icon"> | 12 <span class="oauth-enroll-step-icon"> |
15 <span class="spinner"></span> | 13 <span class="spinner"></span> |
16 </span> | 14 </span> |
17 <span class="oauth-enroll-step-message"> | 15 <span class="oauth-enroll-step-message"> |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
72 </label> | 70 </label> |
73 </div> | 71 </div> |
74 </p> | 72 </p> |
75 </div> | 73 </div> |
76 </div> | 74 </div> |
77 </div> | 75 </div> |
78 <div id="oauth-saml-notice-container"> | 76 <div id="oauth-saml-notice-container"> |
79 <span id="oauth-saml-notice-message"></span> | 77 <span id="oauth-saml-notice-message"></span> |
80 </div> | 78 </div> |
81 <div id="oauth-enrollment-controls" class="step-controls"></div> | 79 <div id="oauth-enrollment-controls" class="step-controls"></div> |
80 <button id="oauth-enroll-back-button" | |
81 class="custom-appearance custom-gaia-button" hidden | |
82 i18n-values="aria-label:backButton" tabindex="0"></button> | |
83 <button id="oauth-enroll-cancel-button" | |
84 class="custom-appearance custom-gaia-button" | |
85 i18n-values="aria-label:closeButton" tabindex="0"></button> | |
Greg Levin
2015/05/06 00:23:57
Moved down here to place buttons after other GAIA
| |
82 </div> | 86 </div> |
OLD | NEW |