mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
44539c243d
-r saari
94 lines
3.8 KiB
XML
94 lines
3.8 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>
|
|
|
|
<titledbox orient="vertical">
|
|
<title><text value="&onStartLegend.label;"/></title>
|
|
<html:div>
|
|
<html:input type="checkbox" pref="true" preftype="bool"
|
|
prefstring="general.startup.browser" id="generalStartupBrowser"/>
|
|
<html:label for="generalStartupBrowser" accesskey="&navCheck.accesskey;" 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="&mesCheck.accesskey;" 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="&compCheck.accesskey;" tabindex="0">
|
|
&compCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
</titledbox>
|
|
|
|
<titledbox orient="vertical">
|
|
<title><text value="&showToolsLegend.label;"/></title>
|
|
<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="&picsNtextRadio.accesskey;" 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="&picsOnlyRadio.accesskey;" 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="&textonlyRadio.accesskey;" tabindex="0">
|
|
&textonlyRadio.label;
|
|
</html:label>
|
|
</html:div>
|
|
</titledbox>
|
|
<spring flex="1"/>
|
|
</window>
|