diff --git a/suite/common/pref/pref-advanced.xul b/suite/common/pref/pref-advanced.xul
index ba03fbcf68f..22c2dbfe0e2 100644
--- a/suite/common/pref/pref-advanced.xul
+++ b/suite/common/pref/pref-advanced.xul
@@ -21,115 +21,77 @@
-->
-
+ onload="if( parent.handle ) parent.handle.onpageload( 'pref-advanced' ); else parent.queuedTag = 'pref-advanced';">
-
-
-
-
-
-
+
-
-
- &autoLoadImgCheck.label;
-
+
+
+ &autoLoadImgCheck.label;
+
-
-
+
+
&enbJavaCheck.label;
-
-
+
+
&enbJsCheck.label;
-
-
+
+
&enbJsCheck.labelforMailNNews;
-
-
+
+
&enbCssCheck.label;
-
-
+
+
&sendAddFtpCheck.label;
-
-
+
+
&remSignCheck.label;
-
-
-
-
-
-
-
- &server.label;
-
-
-
-
-
-
-
-
-
-
- &cookies;
-
-
-
-
- &accAllCookiesRadio.label;
-
-
-
-
-
- &accpOrgCookiesRadio.label;
-
-
-
-
-
- &disCookRadio.label;
-
-
-
-
-
- &warnCookCheck.label;
-
-
-
-
diff --git a/suite/common/pref/pref-appearance.xul b/suite/common/pref/pref-appearance.xul
index b0f3d940558..345ce83168f 100644
--- a/suite/common/pref/pref-appearance.xul
+++ b/suite/common/pref/pref-appearance.xul
@@ -25,75 +25,76 @@
-
+ align="vertical"
+ onload="if( parent.handle ) parent.handle.onpageload( 'pref-appearance' ); else parent.queuedTag = 'pref-appearance';">
-
-
-
-
+
+ &onStartLegend.label;
+
+
+
+ &navCheck.label;
+
+
+
+
+
+ &mesCheck.label;
+
+
+
+
+
+ &compCheck.label;
+
+
+
+
+
+ &calCheck.label;
+
+
+
-
-
- &onStartLegend.label;
-
-
-
-
- &navCheck.label;
-
-
-
-
-
- &mesCheck.label;
-
-
-
-
-
- &compCheck.label;
-
-
-
-
-
- &calCheck.label;
-
-
-
-
-
-
-
- &showToolsLegend.label;
-
-
-
-
- &picsNtextRadio.label;
-
-
-
-
-
- &picsOnlyRadio.label;
-
-
-
-
-
- &textonlyRadio.label;
-
-
-
+
+ &showToolsLegend.label;
+
+
+
+ &picsNtextRadio.label;
+
+
+
+
+
+ &picsOnlyRadio.label;
+
+
+
+
+
+ &textonlyRadio.label;
+
+
+
+
diff --git a/suite/common/pref/pref-applications.xul b/suite/common/pref/pref-applications.xul
index 3c701999958..5ff96e235d0 100644
--- a/suite/common/pref/pref-applications.xul
+++ b/suite/common/pref/pref-applications.xul
@@ -26,46 +26,44 @@
+ title="&window.title;" align="vertical"
+ onload="if( parent.handle ) parent.handle.onpageload( 'pref-applications' ); else parent.queuedTag = 'pref-applications';">
-
-
-
diff --git a/suite/common/pref/pref-cache.js b/suite/common/pref/pref-cache.js
new file mode 100644
index 00000000000..15d65cc7e16
--- /dev/null
+++ b/suite/common/pref/pref-cache.js
@@ -0,0 +1,9 @@
+
+function prefCacheSelectFolder()
+{
+ bundle = srGetStrBundle("chrome://pref/locale/prefutilities.properties");
+ var folderField = document.getElementById("browserCacheDirectory");
+ var url = getFileOrFolderURL( bundle.GetStringFromName("cachefolder"), true );
+ if( url != -1 )
+ folderField.value = url;
+}
\ No newline at end of file
diff --git a/suite/common/pref/pref-cache.xul b/suite/common/pref/pref-cache.xul
index 2fecbd9c2b6..267a0ca562d 100644
--- a/suite/common/pref/pref-cache.xul
+++ b/suite/common/pref/pref-cache.xul
@@ -20,96 +20,103 @@
Contributor(s):
-->
-
-
+
+ align="vertical" title="&title.label;"
+ onload="if( parent.handle ) parent.handle.onpageload( 'pref-cache' ); else parent.queuedTag = 'pref-cache';">
-
+
+
+
-
diff --git a/suite/common/pref/pref-colors.xul b/suite/common/pref/pref-colors.xul
index 8b40b0f69dd..b3ea5316292 100644
--- a/suite/common/pref/pref-colors.xul
+++ b/suite/common/pref/pref-colors.xul
@@ -25,97 +25,106 @@
+ title="&window.title;" align="vertical"
+ onload="if( parent.handle ) parent.handle.onpageload( 'pref-colors' ); else parent.queuedTag = 'pref-colors'; InitColors();">
-
+
-
-
-
-
-
+
+ &someProvColors;
- &someProvColors;
-
-
-
-
- &alwaysOverCheck.label;
-
+
+
+ &alwaysOverCheck.label;
+
diff --git a/suite/common/pref/pref-cookies.xul b/suite/common/pref/pref-cookies.xul
new file mode 100644
index 00000000000..ce0eb1396fb
--- /dev/null
+++ b/suite/common/pref/pref-cookies.xul
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+
+
+
+
+ function viewCookies()
+ {
+ window.openDialog("chrome://wallet/content/CookieViewer.xul","","chrome, resizable=no");
+ }
+
+
+
+
+
+
+ &cookies;
+
+
+
+
+
+ &cookieDetails;
+
+
+
+
+
+
+
+
+
+
+ &accAllCookiesRadio.label;
+
+
+
+
+
+
+
+
+
+ &accpOrgCookiesRadio.label;
+
+
+
+
+
+
+
+
+
+ &disCookRadio.label;
+
+
+
+
+
+
+
+
+ &warnCookCheck.label;
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/suite/common/pref/pref-debug.xul b/suite/common/pref/pref-debug.xul
index 9822b7077ac..d164e0acfb1 100644
--- a/suite/common/pref/pref-debug.xul
+++ b/suite/common/pref/pref-debug.xul
@@ -20,123 +20,134 @@
Contributor(s):
-->
-
+
+ align="vertical" title="&window.title;"
+ onload="if( parent.handle ) parent.handle.onpageload( 'pref-debug' ); else parent.queuedTag = 'pref-debug';">
-
+
+
+
+
+ &widgetRendering.label;
+
+
+
+
+ &nativeWidgets.label;
+
+
+
+
+
+ &partialGfxWidgets.label;
+
+
+
+
+
+ &gfxWidgets.label;
+
+
+
-
-
-
-
- &widgetRendering.label;
-
-
-
-
- &gfxScrollbars.label;
-
-
-
-
-
- &debugWindow.label;
-
-
+
+
+
+ &gfxScrollbars.label;
+
+
-
-
+
+
-
-
-
-
- &debugEventDebugging.label;
-
-
-
-
- &debugPaintFlashing.label;
-
-
+
+
+
+ &debugEventDebugging.label;
+
+
+
+ &debugPaintFlashing.label;
+
+
-
-
-
- &debugPaintDumping.label;
-
-
+
+
+
+ &debugPaintDumping.label;
+
+
-
-
-
- &debugInvalidateDumping.label;
-
-
+
+
+
+ &debugInvalidateDumping.label;
+
+
-
-
-
- &debugEventDumping.label;
-
-
+
+
+
+ &debugEventDumping.label;
+
+
-
-
-
- &debugMotionEventDumping.label;
-
-
+
+
+
+ &debugMotionEventDumping.label;
+
+
+
+
+
+
+ &debugCrossingEventDumping.label;
+
+
-
-
-
- &debugCrossingEventDumping.label;
-
-
+
+
-
-
-
-
-
-
- &debugMiscellaneous.label;
-
-
-
-
- &debugDisableXULCache.label;
-
-
-
-
-
-
- &debugEnableMemCache.label;
-
-
-
-
-
-
- &debugEnableXPCOMRefcntLog.label;
-
-
+
+
+ &debugMiscellaneous.label;
+
+
+
+ &debugDisableXULCache.label;
+
+
+
+ &debugEnableXPCOMRefcntLog.label;
+
+
-
+
+
diff --git a/suite/common/pref/pref-download.xul b/suite/common/pref/pref-download.xul
index 493518b5605..c3dac07c7ad 100644
--- a/suite/common/pref/pref-download.xul
+++ b/suite/common/pref/pref-download.xul
@@ -20,16 +20,17 @@
Contributor(s):
-->
+
-
+
+ align="vertical" title="&title.label;"
+ onload="if( parent.handle ) parent.handle.onpageload( 'pref-download' ); else parent.queuedTag = 'pref-download';">
-