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

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

Issue 15774008: Pass errors generated during limited-user registration up to the UI for display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed Drew's comments Created 7 years, 6 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 <span id="create-profile-limited-not-signed-in-label" 81 <span id="create-profile-limited-not-signed-in-label"
82 i18n-content="manageProfilesLimitedNotSignedInLabel"> 82 i18n-content="manageProfilesLimitedNotSignedInLabel">
83 </span> 83 </span>
84 <a href="#" id="create-profile-limited-not-signed-in-link" 84 <a href="#" id="create-profile-limited-not-signed-in-link"
85 i18n-content="manageProfilesLimitedNotSignedInLink"> 85 i18n-content="manageProfilesLimitedNotSignedInLink">
86 </a> 86 </a>
87 </span> 87 </span>
88 </label> 88 </label>
89 </div> 89 </div>
90 </div> 90 </div>
91 <div class="action-area button-strip"> 91 <div class="action-area">
92 <button id="create-profile-cancel" i18n-content="cancel"></button> 92 <div id="create-profile-throbber" class="throbber"></div>
93 <button id="create-profile-ok" i18n-content="createProfileConfirm"> 93 <div class="button-strip">
94 </button> 94 <button id="create-profile-cancel" i18n-content="cancel"></button>
95 <button id="create-profile-ok" i18n-content="createProfileConfirm">
96 </button>
97 </div>
95 </div> 98 </div>
96 </div> 99 </div>
97 </div> 100 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698