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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 </div> | 61 </div> |
62 <div class="content-area"> | 62 <div class="content-area"> |
63 <div id="disconnect-managed-profile-message"> | 63 <div id="disconnect-managed-profile-message"> |
64 <div id="disconnect-managed-profile-text" | 64 <div id="disconnect-managed-profile-text" |
65 i18n-values=".innerHTML:disconnectManagedProfileText"> | 65 i18n-values=".innerHTML:disconnectManagedProfileText"> |
66 </div> | 66 </div> |
67 </div> | 67 </div> |
68 </div> | 68 </div> |
69 <div class="action-area"> | 69 <div class="action-area"> |
70 <div class="button-strip"> | 70 <div class="button-strip"> |
71 <button id="disconnect-managed-profile-ok" class="default-button" | 71 <button id="disconnect-managed-profile-ok" |
72 i18n-content="disconnectManagedProfileOK"></button> | 72 i18n-content="disconnectManagedProfileOK"></button> |
73 <button id="disconnect-managed-profile-cancel" | 73 <button id="disconnect-managed-profile-cancel" class="default-button" |
74 i18n-content="cancel"></button> | 74 i18n-content="cancel"></button> |
75 </div> | 75 </div> |
76 </div> | 76 </div> |
77 </div> | 77 </div> |
78 <!-- Dialog for creating profiles. --> | 78 <!-- Dialog for creating profiles. --> |
79 <div id="manage-profile-overlay-create" hidden> | 79 <div id="manage-profile-overlay-create" hidden> |
80 <h1 i18n-content="createProfileTitle"></h1> | 80 <h1 i18n-content="createProfileTitle"></h1> |
81 <div id="create-profile-content" class="content-area"> | 81 <div id="create-profile-content" class="content-area"> |
82 <div id="create-profile-instructions"></div> | 82 <div id="create-profile-instructions"></div> |
83 <grid id="create-profile-icon-grid"></grid> | 83 <grid id="create-profile-icon-grid"></grid> |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 </button> | 138 </button> |
139 <div class="button-strip"> | 139 <div class="button-strip"> |
140 <button id="create-profile-cancel" i18n-content="cancel"></button> | 140 <button id="create-profile-cancel" i18n-content="cancel"></button> |
141 <button id="create-profile-ok" i18n-content="createProfileConfirm" | 141 <button id="create-profile-ok" i18n-content="createProfileConfirm" |
142 class="default-button"> | 142 class="default-button"> |
143 </button> | 143 </button> |
144 </div> | 144 </div> |
145 </div> | 145 </div> |
146 </div> | 146 </div> |
147 </div> | 147 </div> |
OLD | NEW |