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

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

Issue 702323002: Change default button on delete user confirmation page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shaving Created 6 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 27 matching lines...) Expand all
38 <div class="content-area"> 38 <div class="content-area">
39 <div id="delete-profile-message"> 39 <div id="delete-profile-message">
40 <img id="delete-profile-icon" class="profile-icon"> 40 <img id="delete-profile-icon" class="profile-icon">
41 <div id="delete-profile-text"></div> 41 <div id="delete-profile-text"></div>
42 </div> 42 </div>
43 <div id="delete-supervised-profile-addendum" 43 <div id="delete-supervised-profile-addendum"
44 i18n-values=".innerHTML:deleteSupervisedProfileAddendum" hidden> 44 i18n-values=".innerHTML:deleteSupervisedProfileAddendum" hidden>
45 </div> 45 </div>
46 </div> 46 </div>
47 <div class="action-area button-strip"> 47 <div class="action-area button-strip">
48 <button id="delete-profile-cancel" i18n-content="cancel"></button> 48 <button id="delete-profile-ok" i18n-content="deleteProfileOK"></button>
49 <button id="delete-profile-ok" class="default-button" 49 <button id="delete-profile-cancel" i18n-content="cancel"
50 i18n-content="deleteProfileOK"></button> 50 class="default-button"></button>
51 </div> 51 </div>
52 </div> 52 </div>
53 <!-- Dialog for disconnecting enterprise managed profiles. --> 53 <!-- Dialog for disconnecting enterprise managed profiles. -->
54 <div id="manage-profile-overlay-disconnect-managed" hidden> 54 <div id="manage-profile-overlay-disconnect-managed" hidden>
55 <h1 i18n-content="disconnectManagedProfileTitle"></h1> 55 <h1 i18n-content="disconnectManagedProfileTitle"></h1>
56 <div class="content-area" 56 <div class="content-area"
57 id="disconnect-managed-profile-domain-information" 57 id="disconnect-managed-profile-domain-information"
58 i18n-values=".innerHTML:disconnectManagedProfileDomainInformation"> 58 i18n-values=".innerHTML:disconnectManagedProfileDomainInformation">
59 </div> 59 </div>
60 <div class="content-area"> 60 <div class="content-area">
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 i18n-content="importExistingSupervisedUserLink" hidden></a> 127 i18n-content="importExistingSupervisedUserLink" hidden></a>
128 <div class="button-strip"> 128 <div class="button-strip">
129 <button id="create-profile-cancel" i18n-content="cancel"></button> 129 <button id="create-profile-cancel" i18n-content="cancel"></button>
130 <button id="create-profile-ok" i18n-content="createProfileConfirm" 130 <button id="create-profile-ok" i18n-content="createProfileConfirm"
131 class="default-button"> 131 class="default-button">
132 </button> 132 </button>
133 </div> 133 </div>
134 </div> 134 </div>
135 </div> 135 </div>
136 </div> 136 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698