summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/chromeos/proxy.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/chromeos/proxy.html')
-rw-r--r--chrome/browser/resources/options/chromeos/proxy.html18
1 files changed, 11 insertions, 7 deletions
diff --git a/chrome/browser/resources/options/chromeos/proxy.html b/chrome/browser/resources/options/chromeos/proxy.html
index 433f12a..b2900f4 100644
--- a/chrome/browser/resources/options/chromeos/proxy.html
+++ b/chrome/browser/resources/options/chromeos/proxy.html
@@ -1,4 +1,8 @@
<div id="proxyPage" class="page" hidden>
+ <div id="info-banner" class="managed-prefs-banner" hidden>
+ <span id="banner-icon" class="managed-prefs-icon"></span>
+ <span id="banner-text" class="managed-prefs-text"></span>
+ </div>
<h1 id="proxy-page-title" i18n-content="proxyPage"></h1>
<section>
<h3 i18n-content="proxy_config_title"></h3>
@@ -34,8 +38,8 @@
</td>
<td>
<span i18n-content="proxyPort"></span>
- <input id="proxyHostSinglePort" type="text" dataType="number" size="5"
- pref="cros.session.proxy.singlehttpport" disabled>
+ <input id="proxyHostSinglePort" type="text" dataType="number"
+ size="5" pref="cros.session.proxy.singlehttpport" disabled>
</td>
</tr>
</table>
@@ -127,11 +131,11 @@
<section id="advancedConfig">
<h3 i18n-content="advanced_proxy_config"></h3>
<div class="option">
- <div i18n-content="proxyBypass"></div>
- <list id="ignoredHostList"></list>
- <input id="newHost" type="url" size="30">
- <button id="addHost" i18n-content="addHost"></button>
- <button id="removeHost" i18n-content="removeHost"></button>
+ <div i18n-content="proxyBypass"></div>
+ <list id="ignoredHostList"></list>
+ <input id="newHost" type="url" size="30">
+ <button id="addHost" i18n-content="addHost"></button>
+ <button id="removeHost" i18n-content="removeHost"></button>
</div>
</section>
</div>