Chromium Code Reviews| Index: chrome/browser/resources/options/manage_profile_overlay.html |
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html |
| index 14e6fa807678c6f719f3a4a2afb25809ac947afd..c2a610d76f26c567edea5f070a28000287259092 100644 |
| --- a/chrome/browser/resources/options/manage_profile_overlay.html |
| +++ b/chrome/browser/resources/options/manage_profile_overlay.html |
| @@ -55,25 +55,23 @@ |
| <!-- Dialog for disconnecting enterprise managed profiles. --> |
| <div id="manage-profile-overlay-disconnect-managed" hidden> |
| <h1 i18n-content="disconnectManagedProfileTitle"></h1> |
| + <div class="content-area" |
| + id="disconnect-managed-profile-domain-information" |
| + i18n-values=".innerHTML:disconnectManagedProfileDomainInformation"> |
|
Patrick Dubroy
2014/04/24 23:23:52
Put the <span> here, and set its content via i18n-
kaliamoorthi
2014/04/24 23:49:23
Is it something like
i18n-values=".innerHTML:<spa
|
| + </div> |
| <div class="content-area"> |
| <div id="disconnect-managed-profile-message"> |
| <div id="disconnect-managed-profile-text" |
| - i18n-content="disconnectManagedProfileText"> |
| + i18n-values=".innerHTML:disconnectManagedProfileText"> |
| </div> |
| </div> |
| </div> |
| <div class="action-area"> |
| - <div class="action-area-shortcut-container"> |
| - <a id="disconnect-managed-profile-learn-more" class="reset-hidden" |
| - i18n-content="disconnectManagedProfileLearnMore" target="_blank" |
| - i18n-values="href:enterpriseManagedAccountHelpURL"> |
| - </a> |
| - </div> |
| <div class="button-strip"> |
| - <button id="disconnect-managed-profile-cancel" |
| - i18n-content="cancel"></button> |
| <button id="disconnect-managed-profile-ok" class="default-button" |
| i18n-content="disconnectManagedProfileOK"></button> |
| + <button id="disconnect-managed-profile-cancel" |
| + i18n-content="cancel"></button> |
| </div> |
| </div> |
| </div> |