| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 <button id="create-profile-managed-not-signed-in-link" | 99 <button id="create-profile-managed-not-signed-in-link" |
| 100 class="link-button" | 100 class="link-button" |
| 101 i18n-content="manageProfilesManagedNotSignedInLink"> | 101 i18n-content="manageProfilesManagedNotSignedInLink"> |
| 102 </button> | 102 </button> |
| 103 </span> | 103 </span> |
| 104 </label> | 104 </label> |
| 105 <span id="create-profile-managed-indicator" | 105 <span id="create-profile-managed-indicator" |
| 106 class="bubble-button controlled-setting-indicator"> | 106 class="bubble-button controlled-setting-indicator"> |
| 107 </span> | 107 </span> |
| 108 </div> | 108 </div> |
| 109 </div> | |
| 110 <div id="create-profile-error-bubble-content-area" class="content-area"> | |
| 111 <div id="create-profile-error-bubble" hidden></div> | 109 <div id="create-profile-error-bubble" hidden></div> |
| 112 </div> | 110 </div> |
| 113 <div class="action-area"> | 111 <div class="action-area"> |
| 114 <div id="create-profile-throbber" class="throbber"></div> | 112 <div id="create-profile-throbber" class="throbber"></div> |
| 115 <button id="import-existing-managed-user-link" class="link-button" | 113 <button id="import-existing-managed-user-link" class="link-button" |
| 116 i18n-content="importExistingManagedUserLink" hidden> | 114 i18n-content="importExistingManagedUserLink" hidden> |
| 117 </button> | 115 </button> |
| 118 <div class="button-strip"> | 116 <div class="button-strip"> |
| 119 <button id="create-profile-cancel" i18n-content="cancel"></button> | 117 <button id="create-profile-cancel" i18n-content="cancel"></button> |
| 120 <button id="create-profile-ok" i18n-content="createProfileConfirm" | 118 <button id="create-profile-ok" i18n-content="createProfileConfirm" |
| 121 class="default-button"> | 119 class="default-button"> |
| 122 </button> | 120 </button> |
| 123 </div> | 121 </div> |
| 124 </div> | 122 </div> |
| 125 </div> | 123 </div> |
| 126 </div> | 124 </div> |
| OLD | NEW |