Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: chrome/browser/resources/options/manage_profile_overlay.html

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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-managed-profile-addendum" 45 <div id="delete-supervised-profile-addendum"
46 i18n-values=".innerHTML:deleteManagedProfileAddendum" hidden> 46 i18n-values=".innerHTML:deleteSupervisedProfileAddendum" hidden>
47 </div> 47 </div>
48 </div> 48 </div>
49 <div class="action-area button-strip"> 49 <div class="action-area button-strip">
50 <button id="delete-profile-cancel" i18n-content="cancel"></button> 50 <button id="delete-profile-cancel" i18n-content="cancel"></button>
51 <button id="delete-profile-ok" class="default-button" 51 <button id="delete-profile-ok" class="default-button"
52 i18n-content="deleteProfileOK"></button> 52 i18n-content="deleteProfileOK"></button>
53 </div> 53 </div>
54 </div> 54 </div>
55 <!-- Dialog for disconnecting enterprise managed profiles. --> 55 <!-- Dialog for disconnecting enterprise managed profiles. -->
56 <div id="manage-profile-overlay-disconnect-managed" hidden> 56 <div id="manage-profile-overlay-disconnect-managed" hidden>
(...skipping 26 matching lines...) Expand all
83 <grid id="create-profile-icon-grid"></grid> 83 <grid id="create-profile-icon-grid"></grid>
84 <div id="create-profile-name-input-container"> 84 <div id="create-profile-name-input-container">
85 <label> 85 <label>
86 <span id="create-profile-name-label" for="create-profile-name" 86 <span id="create-profile-name-label" for="create-profile-name"
87 i18n-content="manageProfilesNameLabel"> 87 i18n-content="manageProfilesNameLabel">
88 </span> 88 </span>
89 <input id="create-profile-name" type="text" required> 89 <input id="create-profile-name" type="text" required>
90 </label> 90 </label>
91 </div> 91 </div>
92 </div> 92 </div>
93 <div id="create-profile-managed-content-area" class="content-area"> 93 <div id="create-profile-supervised-content-area" class="content-area">
94 <div id="create-shortcut-container" class="checkbox" hidden> 94 <div id="create-shortcut-container" class="checkbox" hidden>
95 <label> 95 <label>
96 <input id="create-shortcut" type="checkbox"> 96 <input id="create-shortcut" type="checkbox">
97 <span for="create-shortcut" 97 <span for="create-shortcut"
98 i18n-content="createProfileShortcutCheckbox"> 98 i18n-content="createProfileShortcutCheckbox">
99 </span> 99 </span>
100 </label> 100 </label>
101 </div> 101 </div>
102 <div id="create-profile-managed-container" class="checkbox"> 102 <div id="create-profile-supervised-container" class="checkbox">
103 <label> 103 <label>
104 <input id="create-profile-managed" type="checkbox"> 104 <input id="create-profile-supervised" type="checkbox">
105 <span id="create-profile-managed-signed-in"> 105 <span id="create-profile-supervised-signed-in">
106 <span id="create-profile-managed-signed-in-label"></span> 106 <span id="create-profile-supervised-signed-in-label"></span>
107 <span id="create-profile-managed-account-details-out-of-date-label" 107 <span id="create-profile-supervised-account-details-out-of-date-labe l"
108 hidden> 108 hidden>
109 </span> 109 </span>
110 <button id="create-profile-managed-signed-in-learn-more-link" 110 <button id="create-profile-supervised-signed-in-learn-more-link"
111 class="link-button" i18n-content="learnMore"> 111 class="link-button" i18n-content="learnMore">
112 </button> 112 </button>
113 <button id="create-profile-managed-sign-in-again-link" 113 <button id="create-profile-supervised-sign-in-again-link"
114 class="link-button" 114 class="link-button"
115 i18n-content="manageProfilesManagedSignInAgainLink" hidden> 115 i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
116 </button> 116 </button>
117 </span> 117 </span>
118 <span id="create-profile-managed-not-signed-in" hidden> 118 <span id="create-profile-supervised-not-signed-in" hidden>
119 <span id="create-profile-managed-not-signed-in-label" 119 <span id="create-profile-supervised-not-signed-in-label"
120 i18n-content="manageProfilesManagedNotSignedInLabel"> 120 i18n-content="manageProfilesSupervisedNotSignedInLabel">
121 </span> 121 </span>
122 <button id="create-profile-managed-not-signed-in-link" 122 <button id="create-profile-supervised-not-signed-in-link"
123 class="link-button" 123 class="link-button"
124 i18n-content="manageProfilesManagedNotSignedInLink"> 124 i18n-content="manageProfilesSupervisedNotSignedInLink">
125 </button> 125 </button>
126 </span> 126 </span>
127 </label> 127 </label>
128 <span id="create-profile-managed-indicator" 128 <span id="create-profile-supervised-indicator"
129 class="bubble-button controlled-setting-indicator"> 129 class="bubble-button controlled-setting-indicator">
130 </span> 130 </span>
131 </div> 131 </div>
132 <div id="create-profile-error-bubble" hidden></div> 132 <div id="create-profile-error-bubble" hidden></div>
133 </div> 133 </div>
134 <div class="action-area"> 134 <div class="action-area">
135 <div id="create-profile-throbber" class="throbber"></div> 135 <div id="create-profile-throbber" class="throbber"></div>
136 <button id="import-existing-managed-user-link" class="link-button" 136 <button id="import-existing-supervised-user-link" class="link-button"
137 i18n-content="importExistingManagedUserLink" hidden> 137 i18n-content="importExistingSupervisedUserLink" hidden>
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698