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

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

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 </label> 96 </label>
97 </div> 97 </div>
98 <div id="create-profile-supervised-container" class="checkbox"> 98 <div id="create-profile-supervised-container" class="checkbox">
99 <label> 99 <label>
100 <input id="create-profile-supervised" type="checkbox"> 100 <input id="create-profile-supervised" type="checkbox">
101 <span id="create-profile-supervised-signed-in"> 101 <span id="create-profile-supervised-signed-in">
102 <span id="create-profile-supervised-signed-in-label"></span> 102 <span id="create-profile-supervised-signed-in-label"></span>
103 <span id="create-profile-supervised-account-details-out-of-date-labe l" 103 <span id="create-profile-supervised-account-details-out-of-date-labe l"
104 hidden> 104 hidden>
105 </span> 105 </span>
106 <button id="create-profile-supervised-signed-in-learn-more-link" 106 <a id="create-profile-supervised-signed-in-learn-more-link"
107 class="link-button" i18n-content="learnMore"> 107 is="action-link" i18n-content="learnMore"></a>
108 </button> 108 <a id="create-profile-supervised-sign-in-again-link"
109 <button id="create-profile-supervised-sign-in-again-link" 109 is="action-link"
110 class="link-button" 110 i18n-content="manageProfilesSupervisedSignInAgainLink"
111 i18n-content="manageProfilesSupervisedSignInAgainLink" hidden> 111 hidden></a>
112 </button>
113 </span> 112 </span>
114 <span id="create-profile-supervised-not-signed-in" 113 <span id="create-profile-supervised-not-signed-in"
115 i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn" 114 i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
116 hidden> 115 hidden>
117 </span> 116 </span>
118 </label> 117 </label>
119 <span id="create-profile-supervised-indicator" 118 <span id="create-profile-supervised-indicator"
120 class="bubble-button controlled-setting-indicator"> 119 class="bubble-button controlled-setting-indicator">
121 </span> 120 </span>
122 </div> 121 </div>
123 <div id="create-profile-error-bubble" hidden></div> 122 <div id="create-profile-error-bubble" hidden></div>
124 </div> 123 </div>
125 <div class="action-area"> 124 <div class="action-area">
126 <div id="create-profile-throbber" class="throbber"></div> 125 <div id="create-profile-throbber" class="throbber"></div>
127 <button id="import-existing-supervised-user-link" class="link-button" 126 <a is="action-link" id="import-existing-supervised-user-link"
128 i18n-content="importExistingSupervisedUserLink" hidden> 127 i18n-content="importExistingSupervisedUserLink" hidden></a>
129 </button>
130 <div class="button-strip"> 128 <div class="button-strip">
131 <button id="create-profile-cancel" i18n-content="cancel"></button> 129 <button id="create-profile-cancel" i18n-content="cancel"></button>
132 <button id="create-profile-ok" i18n-content="createProfileConfirm" 130 <button id="create-profile-ok" i18n-content="createProfileConfirm"
133 class="default-button"> 131 class="default-button">
134 </button> 132 </button>
135 </div> 133 </div>
136 </div> 134 </div>
137 </div> 135 </div>
138 </div> 136 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/language_options.html ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698