| 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" hidden></span> |
| 119 <span id="create-profile-supervised-not-signed-in-label" | |
| 120 i18n-content="manageProfilesSupervisedNotSignedInLabel"> | |
| 121 </span> | |
| 122 <button id="create-profile-supervised-not-signed-in-link" | |
| 123 class="link-button" | |
| 124 i18n-content="manageProfilesSupervisedNotSignedInLink"> | |
| 125 </button> | |
| 126 </span> | |
| 127 </label> | 119 </label> |
| 128 <span id="create-profile-supervised-indicator" | 120 <span id="create-profile-supervised-indicator" |
| 129 class="bubble-button controlled-setting-indicator"> | 121 class="bubble-button controlled-setting-indicator"> |
| 130 </span> | 122 </span> |
| 131 </div> | 123 </div> |
| 132 <div id="create-profile-error-bubble" hidden></div> | 124 <div id="create-profile-error-bubble" hidden></div> |
| 133 </div> | 125 </div> |
| 134 <div class="action-area"> | 126 <div class="action-area"> |
| 135 <div id="create-profile-throbber" class="throbber"></div> | 127 <div id="create-profile-throbber" class="throbber"></div> |
| 136 <button id="import-existing-supervised-user-link" class="link-button" | 128 <button id="import-existing-supervised-user-link" class="link-button" |
| 137 i18n-content="importExistingSupervisedUserLink" hidden> | 129 i18n-content="importExistingSupervisedUserLink" hidden> |
| 138 </button> | 130 </button> |
| 139 <div class="button-strip"> | 131 <div class="button-strip"> |
| 140 <button id="create-profile-cancel" i18n-content="cancel"></button> | 132 <button id="create-profile-cancel" i18n-content="cancel"></button> |
| 141 <button id="create-profile-ok" i18n-content="createProfileConfirm" | 133 <button id="create-profile-ok" i18n-content="createProfileConfirm" |
| 142 class="default-button"> | 134 class="default-button"> |
| 143 </button> | 135 </button> |
| 144 </div> | 136 </div> |
| 145 </div> | 137 </div> |
| 146 </div> | 138 </div> |
| 147 </div> | 139 </div> |
| OLD | NEW |