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

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

Issue 445003002: Supervised users: UI updates for new-profile-management launch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 hidden> 108 hidden>
109 </span> 109 </span>
110 <button id="create-profile-supervised-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-supervised-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="manageProfilesSupervisedSignInAgainLink" hidden> 115 i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
116 </button> 116 </button>
117 </span> 117 </span>
118 <span id="create-profile-supervised-not-signed-in" hidden> 118 <span id="create-profile-supervised-not-signed-in"
119 <span id="create-profile-supervised-not-signed-in-label" 119 i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
120 i18n-content="manageProfilesSupervisedNotSignedInLabel"> 120 hidden>
121 </span>
122 <button id="create-profile-supervised-not-signed-in-link"
123 class="link-button"
124 i18n-content="manageProfilesSupervisedNotSignedInLink">
125 </button>
126 </span> 121 </span>
127 </label> 122 </label>
128 <span id="create-profile-supervised-indicator" 123 <span id="create-profile-supervised-indicator"
129 class="bubble-button controlled-setting-indicator"> 124 class="bubble-button controlled-setting-indicator">
130 </span> 125 </span>
131 </div> 126 </div>
132 <div id="create-profile-error-bubble" hidden></div> 127 <div id="create-profile-error-bubble" hidden></div>
133 </div> 128 </div>
134 <div class="action-area"> 129 <div class="action-area">
135 <div id="create-profile-throbber" class="throbber"></div> 130 <div id="create-profile-throbber" class="throbber"></div>
136 <button id="import-existing-supervised-user-link" class="link-button" 131 <button id="import-existing-supervised-user-link" class="link-button"
137 i18n-content="importExistingSupervisedUserLink" hidden> 132 i18n-content="importExistingSupervisedUserLink" hidden>
138 </button> 133 </button>
139 <div class="button-strip"> 134 <div class="button-strip">
140 <button id="create-profile-cancel" i18n-content="cancel"></button> 135 <button id="create-profile-cancel" i18n-content="cancel"></button>
141 <button id="create-profile-ok" i18n-content="createProfileConfirm" 136 <button id="create-profile-ok" i18n-content="createProfileConfirm"
142 class="default-button"> 137 class="default-button">
143 </button> 138 </button>
144 </div> 139 </div>
145 </div> 140 </div>
146 </div> 141 </div>
147 </div> 142 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698