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 21 matching lines...) Expand all Loading... |
32 <button id="manage-profile-ok" i18n-content="ok" | 32 <button id="manage-profile-ok" i18n-content="ok" |
33 class="default-button"></button> | 33 class="default-button"></button> |
34 </div> | 34 </div> |
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"></div> | 41 <div id="delete-profile-message"></div> |
| 42 <div id="delete-managed-profile-addendum" |
| 43 i18n-values=".innerHTML:deleteManagedProfileAddendum" hidden> |
| 44 </div> |
42 </div> | 45 </div> |
43 <div class="action-area button-strip"> | 46 <div class="action-area button-strip"> |
44 <button id="delete-profile-cancel" i18n-content="cancel"></button> | 47 <button id="delete-profile-cancel" i18n-content="cancel"></button> |
45 <button id="delete-profile-ok" class="default-button" | 48 <button id="delete-profile-ok" class="default-button" |
46 i18n-content="deleteProfileOK"></button> | 49 i18n-content="deleteProfileOK"></button> |
47 </div> | 50 </div> |
48 </div> | 51 </div> |
49 <!-- Dialog for creating profiles. --> | 52 <!-- Dialog for creating profiles. --> |
50 <div id="manage-profile-overlay-create" hidden> | 53 <div id="manage-profile-overlay-create" hidden> |
51 <h1 i18n-content="createProfileTitle"></h1> | 54 <h1 i18n-content="createProfileTitle"></h1> |
(...skipping 12 matching lines...) Expand all Loading... |
64 </div> | 67 </div> |
65 <div class="content-area"> | 68 <div class="content-area"> |
66 <div id="create-shortcut-container" class="checkbox" hidden> | 69 <div id="create-shortcut-container" class="checkbox" hidden> |
67 <label> | 70 <label> |
68 <input id="create-shortcut" type="checkbox"> | 71 <input id="create-shortcut" type="checkbox"> |
69 <span for="create-shortcut" | 72 <span for="create-shortcut" |
70 i18n-content="createProfileShortcutCheckbox"> | 73 i18n-content="createProfileShortcutCheckbox"> |
71 </span> | 74 </span> |
72 </label> | 75 </label> |
73 </div> | 76 </div> |
74 <div id="create-profile-limited-container" class="checkbox" hidden> | 77 <div id="create-profile-managed-container" class="checkbox" hidden> |
75 <label> | 78 <label> |
76 <input id="create-profile-limited" type="checkbox"> | 79 <input id="create-profile-managed" type="checkbox"> |
77 <span id="create-profile-limited-signed-in"> | 80 <span id="create-profile-managed-signed-in"> |
78 <span id="create-profile-limited-signed-in-label"></span> | 81 <span id="create-profile-managed-signed-in-label"></span> |
79 <button id="create-profile-limited-signed-in-link" | 82 <button id="create-profile-managed-signed-in-link" |
80 class="link-button" i18n-content="learnMore"> | 83 class="link-button" i18n-content="learnMore"> |
81 </button> | 84 </button> |
82 </span> | 85 </span> |
83 <span id="create-profile-limited-not-signed-in" hidden> | 86 <span id="create-profile-managed-not-signed-in" hidden> |
84 <span id="create-profile-limited-not-signed-in-label" | 87 <span id="create-profile-managed-not-signed-in-label" |
85 i18n-content="manageProfilesLimitedNotSignedInLabel"> | 88 i18n-content="manageProfilesManagedNotSignedInLabel"> |
86 </span> | 89 </span> |
87 <button id="create-profile-limited-not-signed-in-link" | 90 <button id="create-profile-managed-not-signed-in-link" |
88 class="link-button" | 91 class="link-button" |
89 i18n-content="manageProfilesLimitedNotSignedInLink"> | 92 i18n-content="manageProfilesManagedNotSignedInLink"> |
90 </button> | 93 </button> |
91 </span> | 94 </span> |
92 </label> | 95 </label> |
93 </div> | 96 </div> |
94 </div> | 97 </div> |
95 <div class="action-area"> | 98 <div class="action-area"> |
96 <div id="create-profile-throbber" class="throbber"></div> | 99 <div id="create-profile-throbber" class="throbber"></div> |
97 <div class="button-strip"> | 100 <div class="button-strip"> |
98 <button id="create-profile-cancel" i18n-content="cancel"></button> | 101 <button id="create-profile-cancel" i18n-content="cancel"></button> |
99 <button id="create-profile-ok" i18n-content="createProfileConfirm" | 102 <button id="create-profile-ok" i18n-content="createProfileConfirm" |
100 class="default-button"> | 103 class="default-button"> |
101 </button> | 104 </button> |
102 </div> | 105 </div> |
103 </div> | 106 </div> |
104 </div> | 107 </div> |
105 </div> | 108 </div> |
OLD | NEW |