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

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

Issue 339023003: Make 'Disconnect from google account' dialog box shows correct message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Version 0 Created 6 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
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 </div> 61 </div>
62 <div class="content-area"> 62 <div class="content-area">
63 <div id="disconnect-managed-profile-message"> 63 <div id="disconnect-managed-profile-message">
64 <div id="disconnect-managed-profile-text" 64 <div id="disconnect-managed-profile-text"
65 i18n-values=".innerHTML:disconnectManagedProfileText"> 65 i18n-values=".innerHTML:disconnectManagedProfileText">
66 </div> 66 </div>
67 </div> 67 </div>
68 </div> 68 </div>
69 <div class="action-area"> 69 <div class="action-area">
70 <div class="button-strip"> 70 <div class="button-strip">
71 <button id="disconnect-managed-profile-ok" class="default-button" 71 <button id="disconnect-managed-profile-ok"
72 i18n-content="disconnectManagedProfileOK"></button> 72 i18n-content="disconnectManagedProfileOK"></button>
73 <button id="disconnect-managed-profile-cancel" 73 <button id="disconnect-managed-profile-cancel" class="default-button"
74 i18n-content="cancel"></button> 74 i18n-content="cancel"></button>
75 </div> 75 </div>
76 </div> 76 </div>
77 </div> 77 </div>
78 <!-- Dialog for creating profiles. --> 78 <!-- Dialog for creating profiles. -->
79 <div id="manage-profile-overlay-create" hidden> 79 <div id="manage-profile-overlay-create" hidden>
80 <h1 i18n-content="createProfileTitle"></h1> 80 <h1 i18n-content="createProfileTitle"></h1>
81 <div id="create-profile-content" class="content-area"> 81 <div id="create-profile-content" class="content-area">
82 <div id="create-profile-instructions"></div> 82 <div id="create-profile-instructions"></div>
83 <grid id="create-profile-icon-grid"></grid> 83 <grid id="create-profile-icon-grid"></grid>
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
« 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