diff --git a/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.js b/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.js index bf76b7dc86c..5e000746c64 100644 --- a/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.js +++ b/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.js @@ -354,12 +354,6 @@ function AddTreeItem ( name, value, treeChildrenId, attArray ) return treeitem; } -function doHelpButton() -{ - openHelp("advanced_property_editor"); - return true; -} - function selectTreeItem(treeChildren, item) { var index = treeChildren.parentNode.contentView.getIndexOfItem(item); diff --git a/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.xul b/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.xul index 865e06cd020..0d274957e3e 100644 --- a/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.xul +++ b/mozilla/editor/ui/dialogs/content/EdAdvancedEdit.xul @@ -48,13 +48,13 @@ + ondialogcancel="return onCancel();"> + + + + + + + + + + + + + + + + diff --git a/mozilla/suite/common/jar.mn b/mozilla/suite/common/jar.mn index 01114c5382f..d0a8cd459f4 100644 --- a/mozilla/suite/common/jar.mn +++ b/mozilla/suite/common/jar.mn @@ -9,6 +9,13 @@ comm.jar: % overlay chrome://help/content/help.xul chrome://communicator/content/helpOverlay.xul % overlay chrome://communicator/content/tasksOverlay.xul chrome://communicator/content/emOverlay.xul % overlay chrome://communicator/content/pref/preftree.xul chrome://pippki/content/PrefOverlay.xul +% overlay chrome://editor/content/EdAdvancedEdit.xul chrome://communicator/content/helpEditorOverlay.xul +% overlay chrome://editor/content/EdImageProps.xul chrome://communicator/content/helpEditorOverlay.xul +% overlay chrome://editor/content/EditorPublish.xul chrome://communicator/content/helpEditorOverlay.xul +% overlay chrome://editor/content/EditorPublishProgress.xul chrome://communicator/content/helpEditorOverlay.xul +% overlay chrome://editor/content/EditorPublishSettings.xul chrome://communicator/content/helpEditorOverlay.xul +% overlay chrome://editor/content/EdLinkProps.xul chrome://communicator/content/helpEditorOverlay.xul +% overlay chrome://editor/content/EdTableProps.xul chrome://communicator/content/helpEditorOverlay.xul % overlay chrome://pippki/content/certManager.xul chrome://communicator/content/helpSecurityOverlay.xul % overlay chrome://pippki/content/certViewer.xul chrome://communicator/content/helpSecurityOverlay.xul % overlay chrome://pippki/content/changepassword.xul chrome://communicator/content/helpSecurityOverlay.xul @@ -62,6 +69,7 @@ comm.jar: content/communicator/editorBindings.xul content/communicator/emOverlay.xul content/communicator/findUtils.js + content/communicator/helpEditorOverlay.xul content/communicator/helpMessengerOverlay.xul content/communicator/helpSecurityOverlay.xul content/communicator/helpOverlay.js