home *** CD-ROM | disk | FTP | other *** search
- <?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-2001 Netscape Communications Corporation. All
- Rights Reserved.
-
- Contributor(s):
- rcassin@supernova.org
- -->
-
- <?xml-stylesheet href="chrome://messenger/skin/prefPanels.css" type="text/css"?>
-
- <!DOCTYPE window SYSTEM "chrome://messenger/locale/pref-mailnews.dtd">
-
- <window xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- class="color-dialog"
- onload="parent.initPanel('chrome://messenger/content/pref-mailnews.xul');"
- orient="vertical">
-
- <script type="application/x-javascript">
- <![CDATA[
- var _elementIDs = ["mailPaneConfig", "mailnewsConfirmMoveFoldersToTrash",
- "mailnewsStartPageEnabled", "mailnewsStartPageUrl",
- "newMailNotification" ];
- ]]>
- </script>
- <script type="application/x-javascript" src="chrome://messenger/content/pref-mailnews.js"/>
-
- <hbox class="box-smallheader" title="&pane.title;"/>
-
- <groupbox orient="vertical">
- <label value="&windowSettings.label;"/>
-
- <hbox autostretch="never">
- <text class="label" value="&selectWindowLayout.label;"/>
- <spring flex="1"/>
- <radiogroup id="mailPaneConfig" pref="true" preftype="int" prefstring="mail.pane_config"
- prefattribute="value">
- <radio group="mailPaneConfig" class="iconic" value="0" id="classic"/>
- <radio group="mailPaneConfig" class="iconic" value="1" id="wide"/>
- </radiogroup>
- </hbox>
-
- <html>&chooseExp.label;</html>
-
- <separator class="thin"/>
- <hbox autostretch="never">
- <checkbox id="mailnewsConfirmMoveFoldersToTrash" label="&confirmMove.label;"
- pref="true" preftype="bool" prefstring="mailnews.confirm.moveFoldersToTrash"
- prefattribute="checked"/>
- </hbox>
- <hbox autostretch="never" id="mapi"/>
-
- </groupbox>
-
- <groupbox orient="vertical">
- <label value="&messengerStartPage.label;"/>
- <hbox autostretch="never">
- <checkbox allowevents="true" id="mailnewsStartPageEnabled" label="&enableStartPage.label;"
- pref="true" preftype="bool" prefstring="mailnews.start_page.enabled"
- prefattribute="checked"/>
- </hbox>
-
- <separator class="thin"/>
-
- <hbox autostretch="never">
- <text class="label" value="&location.label;" accesskey="&location.accesskey;"
- for="mailnews.start_page.url"/>
- <textbox id="mailnewsStartPageUrl" flex="1" pref="true" preftype="localizedstring"
- prefstring="mailnews.start_page.url" prefattribute="value"/>
- </hbox>
-
- <hbox pack="end">
- <button class="dialog" label="&useDefault.label;" accesskey="&useDefault.accesskey;"
- id="resetHomePageButton"
- oncommand="setHomePageToDefaultPage('mailnewsStartPageUrl');">
- <observes element="mailnewsStartPageUrl" attribute="disabled"/>
- </button>
- </hbox>
-
- </groupbox>
-
- <!-- Sound notification for new mail -->
- <groupbox orient="vertical">
- <label value="&newMessage.label;"/>
- <hbox autostretch="never">
- <checkbox allowevents="true" id="newMailNotification" label="&playSound.label;"
- pref="true" preftype="bool" prefstring="mail.biff.play_sound"
- prefattribute="checked" accesskey="&playSound.accesskey;" />
- </hbox>
- </groupbox>
-
- </window>
-