| 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 24 matching lines...) Expand all Loading... |
| 35 </div> | 35 </div> |
| 36 </div> | 36 </div> |
| 37 <!-- Dialog for deleting profiles. --> | 37 <!-- Dialog for deleting profiles. --> |
| 38 <div id="manage-profile-overlay-delete" hidden> | 38 <div id="manage-profile-overlay-delete" hidden> |
| 39 <h1 i18n-content="deleteProfileTitle"></h1> | 39 <h1 i18n-content="deleteProfileTitle"></h1> |
| 40 <div class="content-area"> | 40 <div class="content-area"> |
| 41 <div id="delete-profile-message"> | 41 <div id="delete-profile-message"> |
| 42 <img id="delete-profile-icon" class="profile-icon"> | 42 <img id="delete-profile-icon" class="profile-icon"> |
| 43 <div id="delete-profile-text"></div> | 43 <div id="delete-profile-text"></div> |
| 44 </div> | 44 </div> |
| 45 <div id="delete-profile-single-download-addendum" |
| 46 i18n-values=".innerHTML:deleteProfileSingleDownloadAddendum" hidden> |
| 47 </div> |
| 48 <div id="delete-profile-multiple-downloads-addendum" |
| 49 i18n-values=".innerHTML:deleteProfileMultipleDownloadsAddendum" hidden
> |
| 50 </div> |
| 45 <div id="delete-managed-profile-addendum" | 51 <div id="delete-managed-profile-addendum" |
| 46 i18n-values=".innerHTML:deleteManagedProfileAddendum" hidden> | 52 i18n-values=".innerHTML:deleteManagedProfileAddendum" hidden> |
| 47 </div> | 53 </div> |
| 48 </div> | 54 </div> |
| 49 <div class="action-area button-strip"> | 55 <div class="action-area button-strip"> |
| 50 <button id="delete-profile-cancel" i18n-content="cancel"></button> | 56 <button id="delete-profile-cancel" i18n-content="cancel"></button> |
| 51 <button id="delete-profile-ok" class="default-button" | 57 <button id="delete-profile-ok" class="default-button" |
| 52 i18n-content="deleteProfileOK"></button> | 58 i18n-content="deleteProfileOK"></button> |
| 53 </div> | 59 </div> |
| 54 </div> | 60 </div> |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 </button> | 146 </button> |
| 141 <div class="button-strip"> | 147 <div class="button-strip"> |
| 142 <button id="create-profile-cancel" i18n-content="cancel"></button> | 148 <button id="create-profile-cancel" i18n-content="cancel"></button> |
| 143 <button id="create-profile-ok" i18n-content="createProfileConfirm" | 149 <button id="create-profile-ok" i18n-content="createProfileConfirm" |
| 144 class="default-button"> | 150 class="default-button"> |
| 145 </button> | 151 </button> |
| 146 </div> | 152 </div> |
| 147 </div> | 153 </div> |
| 148 </div> | 154 </div> |
| 149 </div> | 155 </div> |
| OLD | NEW |