summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences/dialogs/connection.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/preferences/dialogs/connection.xhtml')
-rw-r--r--browser/components/preferences/dialogs/connection.xhtml14
1 files changed, 13 insertions, 1 deletions
diff --git a/browser/components/preferences/dialogs/connection.xhtml b/browser/components/preferences/dialogs/connection.xhtml
index 2a1a3c0115..bb9a932033 100644
--- a/browser/components/preferences/dialogs/connection.xhtml
+++ b/browser/components/preferences/dialogs/connection.xhtml
@@ -63,7 +63,11 @@
</hbox>
<groupbox>
- <label><html:h2 data-l10n-id="connection-proxy-configure" /></label>
+ <label
+ ><html:h2
+ class="heading-medium"
+ data-l10n-id="connection-proxy-configure"
+ /></label>
<radiogroup id="networkProxyType" preference="network.proxy.type">
<radio value="0" data-l10n-id="connection-proxy-option-no" />
@@ -74,6 +78,14 @@
id="systemPref"
hidden="true"
/>
+ <checkbox
+ value="true"
+ data-l10n-id="connection-proxy-option-wpad"
+ id="systemWpad"
+ hidden="true"
+ preference="network.proxy.system_wpad"
+ class="indent"
+ />
<radio value="1" data-l10n-id="connection-proxy-option-manual" />
<box id="proxy-grid" class="indent" flex="1">
<html:div class="proxy-grid-row">