splitting open file and open web page menus

This commit is contained in:
german%netscape.com 1999-08-20 23:20:18 +00:00
parent 003986dfd2
commit b7195da656
2 changed files with 4 additions and 0 deletions

View File

@ -139,7 +139,9 @@ Contributor(s): ______________________________________. -->
<menuitem value="&newPageFromDraftCmd.label;" oncommand="BrowserNewWindow();"/>
</menupopup>
</menu>
<menuitem value="&openCmd.label;" oncommand="BrowserOpenWindow();"/>
<menuitem value="&openFileCmd.label;" oncommand="BrowserOpenFileWindow();"/>
<menuseparator/>
<menuitem value="&sendPageCmd.label;" oncommand="BrowserReload();"/>
<menuitem value="&editPageCmd.label;" oncommand="BrowserEditPage(window.content.location.href);" />

View File

@ -139,7 +139,9 @@ Contributor(s): ______________________________________. -->
<menuitem value="&newPageFromDraftCmd.label;" oncommand="BrowserNewWindow();"/>
</menupopup>
</menu>
<menuitem value="&openCmd.label;" oncommand="BrowserOpenWindow();"/>
<menuitem value="&openFileCmd.label;" oncommand="BrowserOpenFileWindow();"/>
<menuseparator/>
<menuitem value="&sendPageCmd.label;" oncommand="BrowserReload();"/>
<menuitem value="&editPageCmd.label;" oncommand="BrowserEditPage(window.content.location.href);" />