From 40f87ec37c1b785d005db2821db134ecb02d210e Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Tue, 25 Apr 2000 03:09:02 +0000 Subject: [PATCH] PrefWindow IV landing git-svn-id: svn://10.0.0.236/trunk@67063 18797224-902f-48f8-a5cc-f745e15eee43 --- .../ui/composer/content/editorOverlay.xul | 2 +- .../addrbook/prefs/resources/content/MANIFEST | 1 + .../prefs/resources/content/Makefile.in | 1 + .../prefs/resources/content/makefile.win | 1 + .../content/pref-addressbookOverlay.xul | 14 ++ .../resources/content/pref-addressing.xul | 103 ++++----- .../locale/en-US/pref-addressing.dtd | 30 +-- .../base/prefs/resources/content/MANIFEST | 5 +- .../base/prefs/resources/content/Makefile.in | 5 +- .../base/prefs/resources/content/makefile.win | 10 +- .../content/pref-advanced_overlay.xul | 26 +++ .../content/pref-appearance_overlay.xul | 24 +++ .../resources/content/pref-diskspace.xul | 120 ++++++----- .../prefs/resources/content/pref-mailnews.xul | 182 ++++++---------- .../prefs/resources/content/pref-receipts.xul | 116 +++++----- .../resources/content/pref-tree_overlay.xul | 42 ++++ .../content/pref-viewing_messages.xul | 120 +++++++++++ .../resources/content/pref-winsetting.xul | 5 +- .../prefs/resources/locale/en-US/MANIFEST | 2 +- .../prefs/resources/locale/en-US/Makefile.in | 2 +- .../prefs/resources/locale/en-US/makefile.win | 4 +- .../resources/locale/en-US/pref-diskspace.dtd | 37 ++-- .../resources/locale/en-US/pref-mailnews.dtd | 55 ++--- .../resources/locale/en-US/pref-receipts.dtd | 34 +-- .../locale/en-US/pref-viewing_messages.dtd | 50 +++++ .../resources/locale/en-US/prefs.properties | 7 - .../base/prefs/resources/skin/MANIFEST | 1 + .../base/prefs/resources/skin/Makefile.in | 1 + .../base/prefs/resources/skin/makefile.win | 2 + .../prefs/resources/skin/pref-mailnews.css | 10 + .../resources/content/mailWindowOverlay.xul | 2 +- .../compose/prefs/resources/content/MANIFEST | 2 +- .../prefs/resources/content/Makefile.in | 2 +- .../prefs/resources/content/makefile.win | 4 +- .../content/pref-composing_messages.xul | 104 +++++++++ .../resources/content/pref-formatting.xul | 61 +++--- .../prefs/resources/content/pref-messages.xul | 202 ++++++------------ .../prefs/resources/locale/en-US/MANIFEST | 2 +- .../prefs/resources/locale/en-US/Makefile.in | 2 +- .../prefs/resources/locale/en-US/makefile.win | 4 +- .../locale/en-US/pref-composing_messages.dtd | 62 ++++++ .../locale/en-US/pref-formatting.dtd | 24 +-- 42 files changed, 910 insertions(+), 573 deletions(-) create mode 100644 mozilla/mailnews/addrbook/prefs/resources/content/pref-addressbookOverlay.xul create mode 100644 mozilla/mailnews/base/prefs/resources/content/pref-advanced_overlay.xul create mode 100644 mozilla/mailnews/base/prefs/resources/content/pref-appearance_overlay.xul create mode 100644 mozilla/mailnews/base/prefs/resources/content/pref-tree_overlay.xul create mode 100644 mozilla/mailnews/base/prefs/resources/content/pref-viewing_messages.xul create mode 100644 mozilla/mailnews/base/prefs/resources/locale/en-US/pref-viewing_messages.dtd create mode 100644 mozilla/mailnews/base/prefs/resources/skin/pref-mailnews.css create mode 100644 mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul create mode 100644 mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-composing_messages.dtd diff --git a/mozilla/editor/ui/composer/content/editorOverlay.xul b/mozilla/editor/ui/composer/content/editorOverlay.xul index d4204d4496e..09fcbb66fa4 100644 --- a/mozilla/editor/ui/composer/content/editorOverlay.xul +++ b/mozilla/editor/ui/composer/content/editorOverlay.xul @@ -204,7 +204,7 @@ - + diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST b/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST index 84da0e38799..5f1e0e73a93 100644 --- a/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST +++ b/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST @@ -21,3 +21,4 @@ # pref-addressing.xul +pref-addressbookOverlay.xul diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in b/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in index 93ad37bef06..bff4d8e0c6b 100644 --- a/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in +++ b/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in @@ -30,6 +30,7 @@ SAMPLES_DIR = $(DIST)/bin/chrome/messenger/content/addressbook EXPORT_RESOURCE_SAMPLES = \ pref-addressing.xul \ + pref-addressbookOverlay.xul \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win b/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win index 30ae6e724a6..90acd04e7e6 100644 --- a/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win +++ b/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win @@ -25,6 +25,7 @@ include <$(DEPTH)\config\rules.mak> install:: $(MAKE_INSTALL) pref-addressing.xul $(DIST)\bin\chrome\messenger\content\addressbook + $(MAKE_INSTALL) pref-addressbookOverlay.xul $(DIST)\bin\chrome\messenger\content\addressbook clobber:: rm -f $(DIST)\chrome\messenger\content\addressbook\pref-addressing.xul diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressbookOverlay.xul b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressbookOverlay.xul new file mode 100644 index 00000000000..0a405f39444 --- /dev/null +++ b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressbookOverlay.xul @@ -0,0 +1,14 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul index 7fe1071427c..179cb29a5bf 100644 --- a/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul +++ b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul @@ -6,77 +6,46 @@ + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + onload="parent.initPanel('chrome://messenger/content/addressbook/pref-addressing.xul');" + class="color-dialog" + orient="vertical"> - - - - <text value="&pinpoint.label;"/> - + + + + + + <text value="&pinpoint.label;"/> - &lookFor.label; + &lookFor.label; + + + + + + + - - - &padCheck.label; - - - - - &dirCheck.label; - - - - - &mulFound.label; + - - - &acceptList.label; - - - - - &showList.label; - - - &oneMatch.label; - - - - &useAddress.label; - - - - + &mulFound.label; + + + + + + + + &oneMatch.label; + - + diff --git a/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd b/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd index 9e63e3558d4..917f3dd3c16 100644 --- a/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd +++ b/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd @@ -18,15 +18,21 @@ Communications Corporation. Portions created by Netscape are Rights Reserved. --> - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/prefs/resources/content/MANIFEST b/mozilla/mailnews/base/prefs/resources/content/MANIFEST index c4b13da509b..1d0c5993bcb 100644 --- a/mozilla/mailnews/base/prefs/resources/content/MANIFEST +++ b/mozilla/mailnews/base/prefs/resources/content/MANIFEST @@ -40,10 +40,13 @@ am-imap-advanced.xul am-imap-advanced.js am-smtp.xul am-smtp.js +pref-appearance_overlay.xul +pref-advanced_overlay.xul +pref-tree_overlay.xul pref-mailnews.xul pref-mailnews.js -pref-winsetting.xul pref-receipts.xul +pref-viewing_messages.xul custreceipt.xul pref-diskspace.xul AccountWizard.xul diff --git a/mozilla/mailnews/base/prefs/resources/content/Makefile.in b/mozilla/mailnews/base/prefs/resources/content/Makefile.in index c84393c799d..8c954112b37 100644 --- a/mozilla/mailnews/base/prefs/resources/content/Makefile.in +++ b/mozilla/mailnews/base/prefs/resources/content/Makefile.in @@ -49,9 +49,12 @@ EXPORT_RESOURCE_SAMPLES = \ am-imap-advanced.js \ am-smtp.xul \ am-smtp.js \ + pref-advanced_overlay.xul \ + pref-appearance_overlay.xul \ + pref-tree_overlay.xul \ + pref-viewing_messages.xul \ pref-mailnews.xul \ pref-mailnews.js \ - pref-winsetting.xul \ pref-receipts.xul \ custreceipt.xul \ pref-diskspace.xul \ diff --git a/mozilla/mailnews/base/prefs/resources/content/makefile.win b/mozilla/mailnews/base/prefs/resources/content/makefile.win index cd373485d39..6437682b10c 100644 --- a/mozilla/mailnews/base/prefs/resources/content/makefile.win +++ b/mozilla/mailnews/base/prefs/resources/content/makefile.win @@ -42,9 +42,12 @@ install:: $(MAKE_INSTALL) am-imap-advanced.js $(DIST)\bin\chrome\messenger\content $(MAKE_INSTALL) am-smtp.xul $(DIST)\bin\chrome\messenger\content $(MAKE_INSTALL) am-smtp.js $(DIST)\bin\chrome\messenger\content + $(MAKE_INSTALL) pref-advanced_overlay.xul $(DIST)\bin\chrome\messenger\content + $(MAKE_INSTALL) pref-appearance_overlay.xul $(DIST)\bin\chrome\messenger\content + $(MAKE_INSTALL) pref-tree_overlay.xul $(DIST)\bin\chrome\messenger\content $(MAKE_INSTALL) pref-mailnews.xul $(DIST)\bin\chrome\messenger\content $(MAKE_INSTALL) pref-mailnews.js $(DIST)\bin\chrome\messenger\content - $(MAKE_INSTALL) pref-winsetting.xul $(DIST)\bin\chrome\messenger\content + $(MAKE_INSTALL) pref-viewing_messages.xul $(DIST)\bin\chrome\messenger\content $(MAKE_INSTALL) pref-receipts.xul $(DIST)\bin\chrome\messenger\content $(MAKE_INSTALL) custreceipt.xul $(DIST)\bin\chrome\messenger\content $(MAKE_INSTALL) pref-diskspace.xul $(DIST)\bin\chrome\messenger\content @@ -100,9 +103,12 @@ clobber:: rm -f $(DIST)\chrome\messenger\content\aw-login.xul rm -f $(DIST)\chrome\messenger\content\aw-accname.xul rm -f $(DIST)\chrome\messenger\content\aw-done.xul + rm -f $(DIST)\chrome\messenger\content\pref-tree_overlay.xul + rm -f $(DIST)\chrome\messenger\content\pref-appearance_overlay.xul + rm -f $(DIST)\chrome\messenger\content\pref-advanced_overlay.xul rm -f $(DIST)\chrome\messenger\content\pref-mailnews.xul rm -f $(DIST)\chrome\messenger\content\pref-mailnews.js - rm -f $(DIST)\chrome\messenger\content\pref-winsetting.xul + rm -f $(DIST)\chrome\messenger\content\pref-viewing_messages.xul rm -f $(DIST)\chrome\messenger\content\pref-receipts.xul rm -f $(DIST)\chrome\messenger\content\custreceipt.xul rm -f $(DIST)\chrome\messenger\content\pref-diskspace.xul diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-advanced_overlay.xul b/mozilla/mailnews/base/prefs/resources/content/pref-advanced_overlay.xul new file mode 100644 index 00000000000..c9ee673e214 --- /dev/null +++ b/mozilla/mailnews/base/prefs/resources/content/pref-advanced_overlay.xul @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-appearance_overlay.xul b/mozilla/mailnews/base/prefs/resources/content/pref-appearance_overlay.xul new file mode 100644 index 00000000000..ee00a596b30 --- /dev/null +++ b/mozilla/mailnews/base/prefs/resources/content/pref-appearance_overlay.xul @@ -0,0 +1,24 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul b/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul index 0ad82f3b589..e72274e14aa 100644 --- a/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul +++ b/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul @@ -1,74 +1,84 @@ - + + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + class="color-dialog" + onload="parent.initPanel('chrome://messenger/content/pref-diskspace.xul');" + orient="vertical"> + + + + - - - <text value="&allMsg.label;"/> - + <text value="&allMsg.label;"/> - - - &storeMsgLimit.label; - - &kb.label; - - - - - &autoCompact.label; - - &kb.label; - + + + + + + + + + + + - - <text value="&newgroupMsgOnly.label;"/> - + <text value="&newgroupMsgOnly.label;"/> - &whenToClean.label; + &whenToClean.label; - - - &keepMsgs.label; - - &days.label; - + + + + + + + + + + + + + - - - &keepAllMsg.label; - - - - - &keepTheNewest.label; - - &messages.label; - - - - - &keepUnread.label; - - - - - &removeMsg.label; - - &days.label; - + + + + + + + + diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul b/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul index 8fcbb39a561..75077312b7f 100644 --- a/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul +++ b/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul @@ -1,128 +1,88 @@ - + + - - - + 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"> - - + + + + + - - <text value="&textBegin.label;"/> - + + <text value="&windowSettings.label;"/> + + + + + + + + + + + &chooseExp.label; + - - - - &style.label; - - - - - - - - - &size.label; - - - - - - - - - - - - - - - - - - - - - - - - <text value="&displayWidth.label;"/> - - - - - &fixedWidth.label; - - - - - &variableWidth.label; - - - - - - - - - &playSound.label; - - - - - &rememberLastMsg.label; - - - - - &confirmMove.label; - - + + + + - - - &useMessenger.label; - - + + + + + + + &reuseExp.label; + - - <text value="&startPageHeader.label;"/> - - - - - &enableStartPage.label; - - + <text value="&messengerStartPage.label;"/> - - &location; - - - - - - - - + + + + + + +