| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 <div class="checkbox"> | 66 <div class="checkbox"> |
| 67 <label> | 67 <label> |
| 68 <input id="create-shortcut" type="checkbox"> | 68 <input id="create-shortcut" type="checkbox"> |
| 69 <span for="create-shortcut" | 69 <span for="create-shortcut" |
| 70 i18n-content="createProfileShortcut"> | 70 i18n-content="createProfileShortcut"> |
| 71 </span> | 71 </span> |
| 72 </label> | 72 </label> |
| 73 </div> | 73 </div> |
| 74 </div> | 74 </div> |
| 75 <div class="button-strip"> | 75 <div class="button-strip"> |
| 76 <button id="create-profile-cancel" i18n-content="cancel"></button> |
| 76 <button id="create-profile-ok" i18n-content="createProfileConfirm"> | 77 <button id="create-profile-ok" i18n-content="createProfileConfirm"> |
| 77 </button> | 78 </button> |
| 78 <button id="create-profile-cancel" i18n-content="cancel"></button> | |
| 79 </div> | 79 </div> |
| 80 </div> | 80 </div> |
| 81 </div> | 81 </div> |
| 82 </div> | 82 </div> |
| OLD | NEW |