1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-08-10 02:48:56 +00:00
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
-->
|
1999-06-04 23:28:56 +00:00
|
|
|
|
1999-12-06 09:21:10 +00:00
|
|
|
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
1999-11-18 21:05:43 +00:00
|
|
|
|
1999-08-10 02:48:56 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-smart_browsing.dtd" >
|
1999-06-04 23:28:56 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
1999-10-30 05:44:23 +00:00
|
|
|
class="dialog"
|
2000-01-07 06:52:11 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
title="&title.label;" align="vertical"
|
|
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-smart_browsing' ); else parent.queuedTag = 'pref-smart_browsing';">
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2000-01-08 10:51:54 +00:00
|
|
|
<box class="header" align="horizontal">
|
|
|
|
<titledbutton class="left-header-text" value="&lHeader;"/>
|
|
|
|
<spring class="header-spring" flex="1"/>
|
|
|
|
<titledbutton class="right-header-text" value="&rHeader;"/>
|
1999-09-16 19:06:07 +00:00
|
|
|
</box>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
1999-11-18 21:05:43 +00:00
|
|
|
|
|
|
|
<box align="vertical">
|
2000-01-08 10:51:54 +00:00
|
|
|
<html:fieldset flex="100%">
|
|
|
|
<html:legend align="left">&lHeader;</html:legend>
|
|
|
|
<html:div class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input name="related" type="checkbox" id="browserRelatedEnabled"
|
|
|
|
pref="true" preftype="bool" prefstring="browser.related.enabled"/>
|
|
|
|
<html:label for="browserRelatedEnabled" accesskey="n" tabindex="0">
|
2000-01-08 10:51:54 +00:00
|
|
|
&enableRelatedRadio.label;
|
1999-09-16 19:06:07 +00:00
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-01-07 10:30:50 +00:00
|
|
|
<!-- &autoDecp.label;
|
1999-09-16 19:06:07 +00:00
|
|
|
<html:div>
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input name="related" type="radio" id="browserRelatedAutoLoad0"
|
|
|
|
pref="true" preftype="int" prefindex="0" prefstring="browser.related.autoload"/>
|
|
|
|
<html:label for="browserRelatedAutoLoad0" accesskey="n" tabindex="0">
|
1999-11-22 23:58:05 +00:00
|
|
|
&neverRadio;
|
1999-09-16 19:06:07 +00:00
|
|
|
</html:label>
|
|
|
|
</html:div>
|
|
|
|
<html:div>
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input name="related" type="radio" id="browserRelatedAutoLoad1"
|
|
|
|
pref="true" preftype="int" prefindex="1" prefstring="browser.related.autoload"/>
|
|
|
|
<html:label for="browserRelatedAutoLoad1" accesskey="n" tabindex="0">
|
1999-09-16 19:06:07 +00:00
|
|
|
&afterAutoloadFirstRadio;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
|
|
|
<html:div>
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input name="related" type="radio" id="browserRelatedAutoLoad2"
|
|
|
|
pref="true" preftype="int" prefindex="2" prefstring="browser.related.autoload"/>
|
|
|
|
<html:label for="browserRelatedAutoLoad2" accesskey="n" tabindex="0">
|
1999-09-16 19:06:07 +00:00
|
|
|
&afterAutoloadAlwaysRadio;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-01-07 10:30:50 +00:00
|
|
|
-->
|
2000-01-08 10:51:54 +00:00
|
|
|
<html:div class="hspace-both vspace">
|
|
|
|
&doNotDecp.label;
|
|
|
|
</html:div>
|
|
|
|
<box class="hspace-both vspace" align="vertical" flex="100%" style="width: 100%;">
|
|
|
|
<html:input type="text" name="textstyle" id="browserRelatedDisabledForDomains" flex="100%"
|
|
|
|
pref="true" preftype="string" prefstring="browser.related.disabledForDomains"/>
|
|
|
|
</box>
|
1999-09-16 19:06:07 +00:00
|
|
|
</html:fieldset>
|
|
|
|
</box>
|
1999-11-05 00:34:48 +00:00
|
|
|
|
1999-11-18 21:05:43 +00:00
|
|
|
<box align="vertical">
|
|
|
|
<html:fieldset flex="1">
|
2000-01-08 10:51:54 +00:00
|
|
|
<html:legend align="left">&internetKeywordsHeader.label;</html:legend>
|
|
|
|
<html:div class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input name="keyword" type="checkbox" id="browserGoBrowsingEnabled"
|
2000-02-09 01:56:11 +00:00
|
|
|
pref="true" preftype="bool" prefstring="keyword.enabled"/>
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:label for="browserGoBrowsingEnabled" accesskey="n" tabindex="0">
|
1999-09-16 19:06:07 +00:00
|
|
|
&enableKeyCheck.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
1999-11-05 00:34:48 +00:00
|
|
|
</html:fieldset>
|
1999-09-16 19:06:07 +00:00
|
|
|
</box>
|
1999-11-05 00:34:48 +00:00
|
|
|
</window>
|