| OLD | NEW |
| 1 <div id="manage-profile-overlay" class="page" hidden> | 1 <div id="manage-profile-overlay" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <!-- Dialog for managing profiles. --> | 3 <!-- Dialog for managing profiles. --> |
| 4 <div id="manage-profile-overlay-manage" hidden> | 4 <div id="manage-profile-overlay-manage" hidden> |
| 5 <h1 i18n-content="manageProfile"></h1> | 5 <h1 i18n-content="manageProfile"></h1> |
| 6 <div id="manage-profile-content" class="content-area"> | 6 <div id="manage-profile-content" class="content-area"> |
| 7 <div id="manage-profile-icon-label" | 7 <div id="manage-profile-icon-label" |
| 8 i18n-content="manageProfilesIconLabel"> | 8 i18n-content="manageProfilesIconLabel"> |
| 9 </div> | 9 </div> |
| 10 <grid id="manage-profile-icon-grid"></grid> | 10 <grid id="manage-profile-icon-grid"></grid> |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 hidden> | 108 hidden> |
| 109 </span> | 109 </span> |
| 110 <button id="create-profile-supervised-signed-in-learn-more-link" | 110 <button id="create-profile-supervised-signed-in-learn-more-link" |
| 111 class="link-button" i18n-content="learnMore"> | 111 class="link-button" i18n-content="learnMore"> |
| 112 </button> | 112 </button> |
| 113 <button id="create-profile-supervised-sign-in-again-link" | 113 <button id="create-profile-supervised-sign-in-again-link" |
| 114 class="link-button" | 114 class="link-button" |
| 115 i18n-content="manageProfilesSupervisedSignInAgainLink" hidden> | 115 i18n-content="manageProfilesSupervisedSignInAgainLink" hidden> |
| 116 </button> | 116 </button> |
| 117 </span> | 117 </span> |
| 118 <span id="create-profile-supervised-not-signed-in" hidden> | 118 <span id="create-profile-supervised-not-signed-in" |
| 119 <span id="create-profile-supervised-not-signed-in-label" | 119 i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn" |
| 120 i18n-content="manageProfilesSupervisedNotSignedInLabel"> | 120 hidden> |
| 121 </span> | |
| 122 <button id="create-profile-supervised-not-signed-in-link" | |
| 123 class="link-button" | |
| 124 i18n-content="manageProfilesSupervisedNotSignedInLink"> | |
| 125 </button> | |
| 126 </span> | 121 </span> |
| 127 </label> | 122 </label> |
| 128 <span id="create-profile-supervised-indicator" | 123 <span id="create-profile-supervised-indicator" |
| 129 class="bubble-button controlled-setting-indicator"> | 124 class="bubble-button controlled-setting-indicator"> |
| 130 </span> | 125 </span> |
| 131 </div> | 126 </div> |
| 132 <div id="create-profile-error-bubble" hidden></div> | 127 <div id="create-profile-error-bubble" hidden></div> |
| 133 </div> | 128 </div> |
| 134 <div class="action-area"> | 129 <div class="action-area"> |
| 135 <div id="create-profile-throbber" class="throbber"></div> | 130 <div id="create-profile-throbber" class="throbber"></div> |
| 136 <button id="import-existing-supervised-user-link" class="link-button" | 131 <button id="import-existing-supervised-user-link" class="link-button" |
| 137 i18n-content="importExistingSupervisedUserLink" hidden> | 132 i18n-content="importExistingSupervisedUserLink" hidden> |
| 138 </button> | 133 </button> |
| 139 <div class="button-strip"> | 134 <div class="button-strip"> |
| 140 <button id="create-profile-cancel" i18n-content="cancel"></button> | 135 <button id="create-profile-cancel" i18n-content="cancel"></button> |
| 141 <button id="create-profile-ok" i18n-content="createProfileConfirm" | 136 <button id="create-profile-ok" i18n-content="createProfileConfirm" |
| 142 class="default-button"> | 137 class="default-button"> |
| 143 </button> | 138 </button> |
| 144 </div> | 139 </div> |
| 145 </div> | 140 </div> |
| 146 </div> | 141 </div> |
| 147 </div> | 142 </div> |
| OLD | NEW |