home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/contextMenu.dtd" >
-
- <overlay id="IMcontextMenu"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script language="javascript" src="chrome://aim/content/aimHelpers.js" />
- <script language="javascript" src="chrome://aim/content/contextMenu.js" />
- <script language="javascript" src="chrome://aim/content/App.js" />
-
-
- <popupset id="imContextMenuSet">
- <!-- This is the context menu for the content-area of the IM
- Buddy List window.
- -->
- <popup id="context"
- onpopupshowing="gContextMenu = new nsContextMenu( this );"
- onpopuphiding="gContextMenu.onDestroy(); gContextMenu = null;">
-
- <!-- Online Tab ==================================== -->
- <menuitem id="context-sendIM"
- label="&sendIMCmd.label;"
- accesskey=""
- oncommand="cmdNewIM();"/>
- <menuitem id="context-sendChat"
- label="&sendChatCmd.label;"
- accesskey=""
- oncommand="gContextMenu.cmdContextSendChat();"/>
-
- <!-- Sidebar panel only -->
- <!-- <menuitem id="context-EditList"
- label="&editListCmd.label;"
- accesskey=""
- oncommand="gContextMenu.cmdContextEditList();"/> -->
-
- <!-- <menuseparator id="context-sep-open"/> -->
-
- <!-- List Setup Tab ============================== -->
- <menuseparator id="onlineseparator"/>
- <menuitem id="context-addBuddy"
- label="&addBuddyCmd.label;"
- accesskey=""
- oncommand="gContextMenu.cmdContextAddBuddy();"/>
- <menuitem id="context-addGroup"
- label="&addGroupCmd.label;"
- accesskey=""
- oncommand="gContextMenu.cmdContextAddGroup();"/>
- <menuitem id="context-delete"
- label="&deleteCmd.label;"
- accesskey=""
- oncommand="gContextMenu.cmdContextDelete();"/>
- <!--<menuseparator/>
- <menuitem id="context-editAB"
- label="&editABCmd.label;"
- accesskey=""
- oncommand="gContextMenu.cmdContextEditAB();"/> Prass - fix for 853, needs testing -->
- <menuseparator/>
- <menuitem id="menu_findABuddy"
- label="&fabCmd.label;"
- accesskey="&fabCmd.accesskey;"
- oncommand="window.openDialog('chrome:aim/content/findAFriendWizard.xul','CPW','chrome,titlebar,resizable=yes')"/>
- <menuitem id="menu_InviteAFriend"
- label="&peopleSOaFCmd.label;"
- oncommand="window.openDialog('chrome:aim/content/InviteAFriendWizard.xul','CPW','chrome,titlebar,resizable=yes', null)"/>
- <menuseparator/>
- <menuitem id="miImportBuddyList"
- label="&importBuddyListCmd.label;"
- accesskey="&importBuddyListCmd.accesskey;"
- oncommand="cmdImportBuddyList()"/>
- <menuitem id="miExportBuddyList"
- label="&exportBuddyListCmd.label;"
- accesskey="&exportBuddyListCmd.accesskey;"
- oncommand="cmdExportBuddyList()"/>
- <menuseparator/>
- <menuitem id="cmSignOff"
- label="&cmSignOff.label;"
- accesskey="&cmSignOff.accesskey;"
- oncommand="cmdSignOff()"/>
-
- </popup>
- </popupset>
-
- </overlay>
-