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

Unified Diff: chrome/browser/resources/options/options.html

Issue 7342009: Show a different banner in chrome://settings for extension-controlled settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix stuff Created 9 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index 9acb99a7d2efff720d71e8d3119ec41f464c13ef..83d72614598a42a3d7fca9ea1e60040fb08cf4ce 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -104,8 +104,12 @@
<div id="mainview">
<div id="managed-prefs-banner" hidden>
<span id="managed-prefs-icon"></span>
- <span id="managed-prefs-text"
- i18n-content="managedPrefsBannerText"></span>
+ <span id="policy-managed-prefs-text"
Evan Stade 2011/07/13 17:06:04 just use one span with the text content controlled
Bernhard Bauer 2011/07/13 22:15:12 Done.
+ i18n-content="policyManagedPrefsBannerText"></span>
+ <span id="extension-managed-prefs-text"
+ i18n-content="extensionManagedPrefsBannerText"></span>
+ <span id="policy-and-extension-managed-prefs-text"
+ i18n-content="policyAndExtensionManagedPrefsBannerText"></span>
</div>
<div id="subpage-backdrop" hidden></div>
<div id="mainview-content">

Powered by Google App Engine
This is Rietveld 408576698