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.
|
|
|
|
|
2001-06-20 00:23:35 +00:00
|
|
|
Contributor(s): Mohan Bhamidipati (mohanb@netscape.com)
|
2001-05-04 00:47:53 +00:00
|
|
|
|
1999-08-10 02:48:56 +00:00
|
|
|
-->
|
2001-05-04 00:47:53 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2001-05-19 15:54:29 +00:00
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
|
|
%brandDTD;
|
|
|
|
<!ENTITY % offlineDTD SYSTEM "chrome://communicator/locale/pref/pref-offline.dtd" >
|
|
|
|
%offlineDTD;
|
|
|
|
]>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
|
|
|
<window debug="false" xmlns:html="http://www.w3.org/1999/xhtml" id="offlineWindow"
|
1999-06-04 23:28:56 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2001-05-04 00:47:53 +00:00
|
|
|
class="color-dialog"
|
2001-07-09 18:41:07 +00:00
|
|
|
orient="vertical" title="&window.title;"
|
2001-05-04 00:47:53 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-offline.xul');">
|
|
|
|
|
|
|
|
<script type="application/x-javascript">
|
|
|
|
<![CDATA[
|
2001-06-20 00:23:35 +00:00
|
|
|
var _elementIDs = ["offlineStartupstate", "whengoingOnlinestate", "whengoingOfflinestate", "offlineCompactFolder", "offlineCompactFolderMin"];
|
2001-05-04 00:47:53 +00:00
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
<hbox class="box-smallheader" id="OfflineHeader" title="&boxHeader;"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
<groupbox orient="vertical" class="small-margin">
|
2001-05-04 00:47:53 +00:00
|
|
|
<label value="&rHeader;"/>
|
|
|
|
|
2001-06-20 00:23:35 +00:00
|
|
|
<text value="&textStart;"/>
|
2001-08-04 06:21:59 +00:00
|
|
|
<radiogroup id="offlineStartupstate" orient="vertical" align="start"
|
2001-05-04 00:47:53 +00:00
|
|
|
pref="true" preftype="int" prefstring="offline.startup_state"
|
|
|
|
prefattribute="value">
|
2001-06-20 00:23:35 +00:00
|
|
|
<radio class="small-margin" group="offlineStartupstate" value="0" label="&radioAskMode;"/>
|
|
|
|
<radio class="small-margin" group="offlineStartupstate" value="1" label="&radioUsePrev;"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
</radiogroup>
|
|
|
|
|
2001-06-20 00:23:35 +00:00
|
|
|
<separator class="thin"/>
|
|
|
|
<text value="&textGoingOnline;"/>
|
2001-08-04 06:21:59 +00:00
|
|
|
<radiogroup id="whengoingOnlinestate" orient="vertical" align="start"
|
2001-05-04 00:47:53 +00:00
|
|
|
pref="true" preftype="int" prefstring="offline.send.unsent_messages"
|
|
|
|
prefattribute="value">
|
2001-06-20 00:23:35 +00:00
|
|
|
<radio class="small-margin" group="whengoingOnlinestate" value="0" label="&radioAskUnsent;"/>
|
|
|
|
<radio class="small-margin" group="whengoingOnlinestate" value="1" label="&radioAutoSend;"/>
|
|
|
|
<radio class="small-margin" group="whengoingOnlinestate" value="2" label="&radioNotSend;"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
</radiogroup>
|
2000-01-07 06:52:11 +00:00
|
|
|
|
2001-06-20 00:23:35 +00:00
|
|
|
<separator class="thin"/>
|
|
|
|
<text value="&textGoingOffline;"/>
|
2001-08-04 06:21:59 +00:00
|
|
|
<radiogroup id="whengoingOfflinestate" orient="vertical" align="start"
|
2001-05-04 00:47:53 +00:00
|
|
|
pref="true" preftype="int" prefstring="offline.download.download_messages"
|
|
|
|
prefattribute="value">
|
2001-06-20 00:23:35 +00:00
|
|
|
<radio class="small-margin" group="whengoingOfflinestate" value="0" label="&radioAskDownload;"/>
|
|
|
|
<radio class="small-margin" group="whengoingOfflinestate" value="1" label="&radioAutoDownload;"/>
|
|
|
|
<radio class="small-margin" group="whengoingOfflinestate" value="2" label="&radioNotDownload;"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
</radiogroup>
|
2001-06-20 00:23:35 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
</groupbox>
|
2001-06-20 00:23:35 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
<groupbox orient="vertical">
|
2001-06-20 00:23:35 +00:00
|
|
|
<label value="&Diskspace;"/>
|
2001-08-04 06:21:59 +00:00
|
|
|
<hbox align="center">
|
2001-06-20 00:23:35 +00:00
|
|
|
<checkbox id="offlineCompactFolder" label="&offlineCompact.label;" accesskey="&offlineCompact.accesskey;"
|
|
|
|
pref="true" preftype="bool" prefstring="mail.prompt_purge_threshhold" prefattribute="checked"/>
|
|
|
|
<textbox id="offlineCompactFolderMin" size="5" value="100"
|
|
|
|
pref="true" preftype="int" prefstring="mail.purge_threshhold" prefattribute="value"/>
|
|
|
|
<text class="label" value="&kb.label;"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
</hbox>
|
|
|
|
</groupbox>
|
2000-01-06 10:21:45 +00:00
|
|
|
|
1999-07-03 18:00:43 +00:00
|
|
|
</window>
|