Add example for "no proxy for" field, modify accesskeys slight. Author=jce2@po.cwru.edu, bug=49858, r=jag, a=brendan

This commit is contained in:
disttsc%bart.nl 2006-05-17 02:26:10 +00:00
parent 0baf58d53c
commit 818c3441cb
2 changed files with 13 additions and 5 deletions

View File

@ -19,6 +19,9 @@
Rights Reserved.
Contributor(s):
Jason Eager <jce2@po.cwru.edu>
-Added a syntax example for the "no proxy" field.
-->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
@ -103,6 +106,10 @@
<textfield id="networkProxyNone" pref="true" preftype="string" prefstring="network.proxy.no_proxies_on"
prefattribute="value"/>
</row>
<row>
<spring/>
<text class="label" value="&noproxyExplain.label;" for="networkProxyNone"/>
</row>
</rows>
</grid>
<radio group="networkProxyType" data="2" value="&autoTypeRadio.label;" accesskey="&autoTypeRadio.accesskey;" oncommand="DoEnabling();"/>

View File

@ -14,7 +14,7 @@
<!ENTITY configAutoconfigText.label "Configuration location (URL):">
<!ENTITY configAutoconfigText.accesskey "u">
<!ENTITY reload.label "Reload">
<!ENTITY reload.accesskey "r">
<!ENTITY reload.accesskey "l">
<!ENTITY ftp.label "FTP Proxy:">
<!ENTITY ftp.accesskey "f">
<!ENTITY http.label "HTTP Proxy:">
@ -24,9 +24,10 @@
<!ENTITY socks.label "SOCKS Host:">
<!ENTITY socks.accesskey "c">
<!ENTITY port.label "Port:">
<!ENTITY FTPport.accesskey "o">
<!ENTITY HTTPport.accesskey "p">
<!ENTITY SSLport.accesskey "t">
<!ENTITY SOCKSport.accesskey "g">
<!ENTITY FTPport.accesskey "p">
<!ENTITY HTTPport.accesskey "o">
<!ENTITY SSLport.accesskey "r">
<!ENTITY SOCKSport.accesskey "t">
<!ENTITY noproxy.label "No Proxy for:">
<!ENTITY noproxy.accesskey "n">
<!ENTITY noproxyExplain.label "Example: .yourcompany.com, .yourcompany.co.nz">