4 <!ENTITY % brandDTD SYSTEM
"chrome://branding/locale/brand.dtd">
6 <!ENTITY % helpMenuDTD SYSTEM
"chrome://help/locale/helpMenuOverlay.dtd">
8 <!ENTITY % platformCommunicatorDTD SYSTEM
"chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
9 %platformCommunicatorDTD;
12 <overlay id=
"helpMenuID"
13 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
14 <script type=
"application/x-javascript" src=
"chrome://help/content/contextHelp.js"/>
16 <menupopup id=
"helpPopup">
17 <menuitem label=
"&openHelpCmd.label;"
18 accesskey=
"&openHelpCmd.accesskey;"
19 position=
"1" id=
"help"
21 command=
"cmd_openHelp"/>
23 #define DISPLAY_IE_USERS_HELP_MENU_ITEM
26 #define DISPLAY_IE_USERS_HELP_MENU_ITEM
29 #define DISPLAY_IE_USERS_HELP_MENU_ITEM
32 #define DISPLAY_IE_USERS_HELP_MENU_ITEM
34 #ifdef DISPLAY_IE_USERS_HELP_MENU_ITEM
35 <menuitem label=
"&helpForIEUsers.label;"
36 accesskey=
"&helpForIEUsers.accesskey;"
38 oncommand=
"openHelp('ieusers');" />
42 <commandset id=
"tasksCommands">
43 <command id=
"cmd_openHelp" oncommand=
"openHelp();"/>