From 7ffd7b9ce3d10f04d946840dcc74323fa291129c Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 5 Apr 2005 23:29:48 +0000 Subject: [PATCH] Bug #288097 --> Add a Anti-Virus Tab to the Privacy Options Pane, move the security tab into the privacy panel Bug #289210 --> Promote Offline and Disk Space to a top level tab under Advanced --- mail/components/preferences/advanced.js | 30 ----- mail/components/preferences/advanced.xul | 108 ++++++++++-------- mail/components/preferences/jar.mn | 1 - mail/components/preferences/offline.xul | 0 mail/components/preferences/privacy.js | 24 ++++ mail/components/preferences/privacy.xul | 44 ++++++- .../chrome/messenger/preferences/advanced.dtd | 62 ++++++---- .../chrome/messenger/preferences/offline.dtd | 0 .../chrome/messenger/preferences/privacy.dtd | 18 +++ mail/locales/jar.mn | 1 - 10 files changed, 182 insertions(+), 106 deletions(-) delete mode 100644 mail/components/preferences/offline.xul delete mode 100644 mail/locales/en-US/chrome/messenger/preferences/offline.dtd diff --git a/mail/components/preferences/advanced.js b/mail/components/preferences/advanced.js index a9c4888ac15..0a12b961331 100644 --- a/mail/components/preferences/advanced.js +++ b/mail/components/preferences/advanced.js @@ -58,36 +58,6 @@ var gAdvancedPane = { } }, - showCertificates: function () - { - document.documentElement.openSubDialog("chrome://pippki/content/certManager.xul", - "width=600,height=400", null); - }, - - showCRLs: function () - { - document.documentElement.openSubDialog("chrome://pippki/content/crlManager.xul", - "width=600,height=400", null); - }, - - showOCSP: function () - { - document.documentElement.openSubDialog("chrome://mozapps/content/preferences/ocsp.xul", - "", null); - }, - - showSecurityDevices: function () - { - document.documentElement.openSubDialog("chrome://pippki/content/device_manager.xul", - "width=600,height=400", null); - }, - - showOfflineSettings: function() - { - document.documentElement.openSubDialog("chrome://messenger/content/preferences/offline.xul", - "", null); - }, - showConfigEdit: function() { document.documentElement.openSubDialog("chrome://global/content/config.xul", diff --git a/mail/components/preferences/advanced.xul b/mail/components/preferences/advanced.xul index 48269d7f313..f37385e7b23 100644 --- a/mail/components/preferences/advanced.xul +++ b/mail/components/preferences/advanced.xul @@ -60,22 +60,18 @@ - - - + + + + + + - @@ -105,6 +101,12 @@ accesskey="&showFolderColumns.accesskey;" preference="mail.showFolderPaneColumns"/> + + + @@ -122,24 +124,58 @@ - - - - - &offline.label; -