diff --git a/mozilla/editor/ui/dialogs/content/EdLinkChecker.xul b/mozilla/editor/ui/dialogs/content/EdLinkChecker.xul
index 72649b6ab41..1dd7ff54cec 100644
--- a/mozilla/editor/ui/dialogs/content/EdLinkChecker.xul
+++ b/mozilla/editor/ui/dialogs/content/EdLinkChecker.xul
@@ -19,7 +19,6 @@
- Rights Reserved.
-
- Contributor(s):
- - Charles Manske (cmanske@netscape.com)
-->
@@ -45,15 +44,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/editor/ui/dialogs/content/EdListProps.js b/mozilla/editor/ui/dialogs/content/EdListProps.js
index 5e56eddf3d8..68d589b4deb 100644
--- a/mozilla/editor/ui/dialogs/content/EdListProps.js
+++ b/mozilla/editor/ui/dialogs/content/EdListProps.js
@@ -60,14 +60,16 @@ function Startup()
if (ListElement)
globalElement = ListElement.cloneNode(false);
- // Radio button index is persistent
- if (ListElement && gDialog.RadioGroup.getAttribute("index") == "1")
- gDialog.RadioGroup.selectedItem = gDialog.ChangeSelectedRadio;
- else
- gDialog.RadioGroup.selectedItem = gDialog.ChangeAllRadio;
-
- // Show extra options for changing entire list only if we already have a list
+ // Show extra options for changing entire list if we have one already.
gDialog.RadioGroup.setAttribute("collapsed", ListElement ? "false" : "true");
+ if (ListElement)
+ {
+ // Radio button index is persistant
+ if (gDialog.RadioGroup.getAttribute("index") == "1")
+ gDialog.RadioGroup.selectedItem = gDialog.ChangeSelectedRadio;
+ else
+ gDialog.RadioGroup.selectedItem = gDialog.ChangeAllRadio;
+ }
InitDialog();
diff --git a/mozilla/editor/ui/dialogs/content/EdListProps.xul b/mozilla/editor/ui/dialogs/content/EdListProps.xul
index 9d32ad0d750..90f461a0b4b 100644
--- a/mozilla/editor/ui/dialogs/content/EdListProps.xul
+++ b/mozilla/editor/ui/dialogs/content/EdListProps.xul
@@ -18,9 +18,7 @@
- Copyright (C) 1998-1999 Netscape Communications Corporation. All
- Rights Reserved.
-
- - Contributor(s):
- - Charles Manske (cmanske@netscape.com)
- - Ryan Cassin (rcassin@supernova.org)
+ - Contributor(s):
-->
@@ -66,9 +64,10 @@
-
+
+ &startingHelp.label;
diff --git a/mozilla/editor/ui/dialogs/content/EditorPublish.js b/mozilla/editor/ui/dialogs/content/EditorPublish.js
index 676cd242877..3f970370ccd 100644
--- a/mozilla/editor/ui/dialogs/content/EditorPublish.js
+++ b/mozilla/editor/ui/dialogs/content/EditorPublish.js
@@ -159,7 +159,7 @@ function Startup()
} catch (e) {}
gDialog.PageTitleInput.value = gPreviousTitle;
- gDialog.FilenameInput.value = filename;
+ gDialog.FilenameInput.value = unescape(filename);
if (!addNewSite)
{
@@ -188,8 +188,6 @@ function Startup()
gDialog.OtherDirRadiogroup.selectedItem = gDialog.UseSubdirRadio;
}
- gDialog.PublishUrlInput.setAttribute("tooltiptext", "The FTP:// or HTTP:// address provided by\nyour ISP or web hosting service");
-
doEnabling();
SetWindowLocation();
@@ -398,8 +396,6 @@ function ValidateSettings()
}
// Extract username and password while removing them from publishingUrl
- /// XXX Problem: If username contains "@", StripUsernamePassword will not
- // extract the username correctly
var urlUserObj = {};
var urlPassObj = {};
var publishUrl = StripUsernamePassword(gDialog.PublishUrlInput.value, urlUserObj, urlPassObj);
diff --git a/mozilla/editor/ui/dialogs/content/EditorPublish.xul b/mozilla/editor/ui/dialogs/content/EditorPublish.xul
index 0bfe52a6b4a..718051eeebe 100644
--- a/mozilla/editor/ui/dialogs/content/EditorPublish.xul
+++ b/mozilla/editor/ui/dialogs/content/EditorPublish.xul
@@ -30,7 +30,6 @@
-
-
-
-
- &siteNameTip.label;
-
-
-
-
@@ -71,36 +62,31 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -136,8 +119,7 @@
diff --git a/mozilla/editor/ui/dialogs/content/EditorPublishOverlay.xul b/mozilla/editor/ui/dialogs/content/EditorPublishOverlay.xul
index d2a33ad4361..c17041a27f0 100644
--- a/mozilla/editor/ui/dialogs/content/EditorPublishOverlay.xul
+++ b/mozilla/editor/ui/dialogs/content/EditorPublishOverlay.xul
@@ -34,19 +34,14 @@
-
-
+
+
-
+
-
+
@@ -56,17 +51,14 @@
-
+
-
+
-
+
diff --git a/mozilla/editor/ui/dialogs/content/EditorPublishSettings.xul b/mozilla/editor/ui/dialogs/content/EditorPublishSettings.xul
index 9da7d9c26ab..32aafd1a543 100644
--- a/mozilla/editor/ui/dialogs/content/EditorPublishSettings.xul
+++ b/mozilla/editor/ui/dialogs/content/EditorPublishSettings.xul
@@ -51,22 +51,16 @@
-
-
-
+
-
-
-
+
+
+