From 6e983898bad81bd47bc88c2ce112f4322c18501f Mon Sep 17 00:00:00 2001 From: "racham%netscape.com" Date: Wed, 11 Jul 2001 22:12:24 +0000 Subject: [PATCH] Fixing bug 6684. Adding mail context sensitive tags to the help.js. This tags will help help window to display corresponding help page for the item selected on Account Manager dialog. r=oeschger, sr=sspitzer, a=pdt git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_2_BRANCH@99085 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/help/resources/content/help.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mozilla/extensions/help/resources/content/help.js b/mozilla/extensions/help/resources/content/help.js index 4cb8aa0b9c3..1411a69a77d 100644 --- a/mozilla/extensions/help/resources/content/help.js +++ b/mozilla/extensions/help/resources/content/help.js @@ -98,7 +98,19 @@ var key = { "?imagemap_properties": "chrome://help/locale/composer_help.html#IMAGE_MAPS", "?link_properties": "chrome://help/locale/composer_help.html#page_link", "?table_properties": "chrome://help/locale/composer_help.html#Setting_table_properties", - "?advanced_property_editor": "chrome://help/locale/composer_help.html#PROPERTY_EDITOR" + "?advanced_property_editor": "chrome://help/locale/composer_help.html#PROPERTY_EDITOR", + + // Mailnews account settings tag mappings. + "?mail_account_identity": "chrome://help/locale/mail_help.html#PREFERENCES_MAILNEWS_IDENTITY", + "?mail_server_imap": "chrome://help/locale/mail_help.html#IMAP_SERVER", + "?mail_server_pop3": "chrome://help/locale/mail_help.html#POP_SERVER", + "?mail_server_nntp": "chrome://help/locale/mail_help.html#DISCUSSION_HOST_PROPERTIES", + "?mail_copies": "chrome://help/locale/mail_help.html#PREFERENCES_MAILNEWS_COPIES", + "?mail_addressing_settings": "chrome://help/locale/mail_help.html#addressing_settings", + "?mail_offline_imap": "chrome://help/locale/mail_help.html#OFFLINE_IMAP", + "?mail_offline_pop3": "chrome://help/locale/mail_help.html#OFFLINE_POP", + "?mail_offline_nntp": "chrome://help/locale/mail_help.html#OFFLINE_NEWS", + "?mail_smtp": "chrome://help/locale/mail_help.html#PREFERENCES_MAILNEWS_SMTP" } // This function is called by dialogs that want to display context-sensitive help