sspitzer%netscape.com 9590786254 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott


git-svn-id: svn://10.0.0.236/trunk@60015 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 01:11:13 +00:00

94 lines
3.6 KiB
XML

<?xml version="1.0"?>
<!--
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):
-->
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-appearance.dtd" >
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="dialog"
align="vertical"
onload="if( parent.handle ) parent.handle.onpageload( 'pref-appearance' ); else parent.queuedTag = 'pref-appearance';">
<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;"/>
</box>
<html:fieldset style="width: 100%;">
<html:legend align="left">&onStartLegend.label;</html:legend>
<html:div>
<html:input type="checkbox" pref="true" preftype="bool"
prefstring="general.startup.browser" id="generalStartupBrowser"/>
<html:label for="generalStartupBrowser" accesskey="n" tabindex="0">
&navCheck.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" pref="true" preftype="bool"
prefstring="general.startup.mail" id="generalStartupMail"/>
<html:label for="generalStartupMail" accesskey="m" tabindex="0">
&mesCheck.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" pref="true" preftype="bool"
prefstring="general.startup.editor" id="generalStartupEditor"/>
<html:label for="generalStartupEditor" accesskey="c" tabindex="0">
&compCheck.label;
</html:label>
</html:div>
</html:fieldset>
<html:fieldset style="width: 100%;">
<html:legend align="left">&showToolsLegend.label;</html:legend>
<html:div>
<html:input name="showtoolbar" type="radio" pref="true" preftype="int"
prefindex="2" prefstring="browser.chrome.toolbar_style"
id="browserChromeToolbarStyle2"/>
<html:label for="browserChromeToolbarStyle2" accesskey="p" tabindex="0">
&picsNtextRadio.label;
</html:label>
</html:div>
<html:div>
<html:input name="showtoolbar" type="radio" pref="true" preftype="int"
prefindex="0" prefstring="browser.chrome.toolbar_style"
id="browserChromeToolbarStyle0"/>
<html:label for="browserChromeToolbarStyle0" accesskey="o" tabindex="0">
&picsOnlyRadio.label;
</html:label>
</html:div>
<html:div>
<html:input name="showtoolbar" type="radio" pref="true" preftype="int"
prefindex="1" prefstring="browser.chrome.toolbar_style"
id="browserChromeToolbarStyle1"/>
<html:label for="browserChromeToolbarStyle1" accesskey="t" tabindex="0">
&textonlyRadio.label;
</html:label>
</html:div>
</html:fieldset>
<spring flex="100%"/>
</window>