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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 <div id="create-profile-instructions"></div> | 59 <div id="create-profile-instructions"></div> |
60 <grid id="create-profile-icon-grid"></grid> | 60 <grid id="create-profile-icon-grid"></grid> |
61 <div id="create-profile-name-input-container"> | 61 <div id="create-profile-name-input-container"> |
62 <label> | 62 <label> |
63 <span id="create-profile-name-label" for="create-profile-name" | 63 <span id="create-profile-name-label" for="create-profile-name" |
64 i18n-content="manageProfilesNameLabel"> | 64 i18n-content="manageProfilesNameLabel"> |
65 </span> | 65 </span> |
66 <input id="create-profile-name" type="text" required> | 66 <input id="create-profile-name" type="text" required> |
67 </label> | 67 </label> |
68 </div> | 68 </div> |
69 <div id="create-profile-error-bubble" hidden></div> | |
70 </div> | 69 </div> |
71 <div id="create-profile-managed-content-area" class="content-area"> | 70 <div id="create-profile-managed-content-area" class="content-area"> |
72 <div id="create-shortcut-container" class="checkbox" hidden> | 71 <div id="create-shortcut-container" class="checkbox" hidden> |
73 <label> | 72 <label> |
74 <input id="create-shortcut" type="checkbox"> | 73 <input id="create-shortcut" type="checkbox"> |
75 <span for="create-shortcut" | 74 <span for="create-shortcut" |
76 i18n-content="createProfileShortcutCheckbox"> | 75 i18n-content="createProfileShortcutCheckbox"> |
77 </span> | 76 </span> |
78 </label> | 77 </label> |
79 </div> | 78 </div> |
(...skipping 21 matching lines...) Expand all Loading... |
101 class="link-button" | 100 class="link-button" |
102 i18n-content="manageProfilesManagedNotSignedInLink"> | 101 i18n-content="manageProfilesManagedNotSignedInLink"> |
103 </button> | 102 </button> |
104 </span> | 103 </span> |
105 </label> | 104 </label> |
106 <span id="create-profile-managed-indicator" | 105 <span id="create-profile-managed-indicator" |
107 class="bubble-button controlled-setting-indicator"> | 106 class="bubble-button controlled-setting-indicator"> |
108 </span> | 107 </span> |
109 </div> | 108 </div> |
110 </div> | 109 </div> |
| 110 <div id="create-profile-error-bubble-content-area" class="content-area"> |
| 111 <div id="create-profile-error-bubble" hidden></div> |
| 112 </div> |
111 <div class="action-area"> | 113 <div class="action-area"> |
112 <div id="create-profile-throbber" class="throbber"></div> | 114 <div id="create-profile-throbber" class="throbber"></div> |
113 <button id="import-existing-managed-user-link" class="link-button" | 115 <button id="import-existing-managed-user-link" class="link-button" |
114 i18n-content="importExistingManagedUserLink"> | 116 i18n-content="importExistingManagedUserLink" hidden> |
115 </button> | 117 </button> |
116 <div class="button-strip"> | 118 <div class="button-strip"> |
117 <button id="create-profile-cancel" i18n-content="cancel"></button> | 119 <button id="create-profile-cancel" i18n-content="cancel"></button> |
118 <button id="create-profile-ok" i18n-content="createProfileConfirm" | 120 <button id="create-profile-ok" i18n-content="createProfileConfirm" |
119 class="default-button"> | 121 class="default-button"> |
120 </button> | 122 </button> |
121 </div> | 123 </div> |
122 </div> | 124 </div> |
123 </div> | 125 </div> |
124 </div> | 126 </div> |
OLD | NEW |