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-12-06 09:21:10 +00:00
|
|
|
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
1999-08-10 02:48:56 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-offline.dtd" >
|
1999-06-04 23:28:56 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-10-30 05:44:23 +00:00
|
|
|
class="dialog"
|
2000-01-07 06:52:11 +00:00
|
|
|
title="&title.label;"
|
|
|
|
align="vertical"
|
|
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-offline' ); else parent.queuedTag = 'pref-offline';">
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2000-01-07 06:52:11 +00:00
|
|
|
<box class="header" align="horizontal">
|
|
|
|
<titledbutton class="left-header-text" value="&lHeader;"/>
|
2000-01-06 10:21:45 +00:00
|
|
|
<spring class="header-spring" flex="1"/>
|
|
|
|
<titledbutton class="right-header-text" value="&rHeader;"/>
|
2000-01-07 06:52:11 +00:00
|
|
|
</box>
|
|
|
|
|
|
|
|
<html:fieldset>
|
2000-01-08 11:25:24 +00:00
|
|
|
<html:div class="hspace-both">&descipt1;</html:div>
|
2000-01-07 06:52:11 +00:00
|
|
|
<spring style="height: 10px"/>
|
2000-01-08 11:25:24 +00:00
|
|
|
<box align="horizontal" class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:div>
|
|
|
|
<html:input name="state" type="radio" id="offlineStartupState0"
|
|
|
|
pref="true" preftype="int" prefindex="0" prefstring="offline.startup_state"/>
|
|
|
|
</html:div>
|
|
|
|
<html:label for="offlineStartupState0">&prevRadio.label;</html:label>
|
|
|
|
</box>
|
2000-01-08 11:25:24 +00:00
|
|
|
<box align="horizontal" class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:div>
|
|
|
|
<html:input name="state" type="radio" id="offlineStartupState1"
|
|
|
|
pref="true" preftype="int" prefindex="0" prefstring="offline.startup_state"/>
|
|
|
|
</html:div>
|
|
|
|
<html:label for="offlineStartupState1">&askOfflineRadio.label;</html:label>
|
|
|
|
</box>
|
|
|
|
<spring style="height: 30px;"/>
|
|
|
|
</html:fieldset>
|
|
|
|
<html:fieldset>
|
|
|
|
<html:legend>&header2;</html:legend>
|
2000-01-08 11:25:24 +00:00
|
|
|
<box align="horizontal" class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:div>
|
|
|
|
<html:input name="offmail" type="radio" id="offlineSendUnsentMessages0"
|
|
|
|
pref="true" preftype="int" prefindex="0" prefstring="offline.send.unsent_messages"/>
|
|
|
|
</html:div>
|
|
|
|
<html:label for="offlineSendUnsentMessages0">&unsentAskRadio.label;</html:label>
|
|
|
|
</box>
|
2000-01-08 11:25:24 +00:00
|
|
|
<box align="horizontal" class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:div>
|
|
|
|
<html:input name="offmail" type="radio" id="offlineSendUnsentMessages1"
|
|
|
|
pref="true" preftype="int" prefindex="1" prefstring="offline.send.unsent_messages"/>
|
|
|
|
</html:div>
|
|
|
|
<html:label for="offlineSendUnsentMessages1">&unsentAutoRadio.label;</html:label>
|
|
|
|
</box>
|
2000-01-08 11:25:24 +00:00
|
|
|
<box align="horizontal" class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:div>
|
|
|
|
<html:input name="offmail" type="radio" id="offlineSendUnsentMessages2"
|
|
|
|
pref="true" preftype="int" prefindex="2" prefstring="offline.send.unsent_messages"/>
|
|
|
|
</html:div>
|
|
|
|
<html:label for="offlineSendUnsentMessages2">&unsentDoNotRadio.label;</html:label>
|
|
|
|
</box>
|
|
|
|
</html:fieldset>
|
|
|
|
<html:fieldset>
|
|
|
|
<html:legend>&header3;</html:legend>
|
2000-01-08 11:25:24 +00:00
|
|
|
<box align="horizontal" class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:div>
|
|
|
|
<html:input type="checkbox" id="offlinePromptSynchOnExit"
|
|
|
|
pref="true" preftype="bool" prefstring="offline.prompt_synch_on_exit"/>
|
|
|
|
</html:div>
|
|
|
|
<html:label for="offlinePromptSynchOnExit">&promptSynchCheck.label;</html:label>
|
|
|
|
</box>
|
|
|
|
</html:fieldset>
|
2000-01-06 10:21:45 +00:00
|
|
|
|
1999-07-03 18:00:43 +00:00
|
|
|
</window>
|