xpfe/browser/resources/content/navigatorOverlay.xul - Revision 1.227

There were 2 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

xpfe/browser/resources/content/navigatorOverlay.xul,1.227
.
Disk File
Skipping to line 107. 
    <command id="cmd_newEditorDraft"/> -->
.
    <command id="cmd_newEditorDraft"/> -->
    <command id="Browser:OpenFile"  oncommand="BrowserOpenFileWindow();"/>
.
    <command id="Browser:OpenFile"  oncommand="BrowserOpenFileWindow();"/>
    <command id="Browser:SavePage" oncommand="saveDocument(window._content.doc
ument);"/>
.
    <command id="Browser:SavePage" oncommand="saveDocument(window._content.doc
ument);"/>
    <command id="Browser:EditPage" oncommand="editPage(window._content.locatio
n.href,window, false);"/>
.
    <command id="Browser:EditPage" oncommand="editPage(window._content.locatio
n.href,window, false);"/>
    <command id="Browser:Open" oncommand="BrowserOpenWindow();"/>
.
    <command id="Browser:Open" oncommand="BrowserOpenWindow();"/>
    <command id="cmd_printSetup" oncommand="goPageSetup();"/>
.
    <command id="Browser:PrintSetup" oncommand="BrowserPrintSetup();"/>
    <command id="Browser:Print" oncommand="BrowserPrint();"/>
.
    <command id="Browser:Print" oncommand="BrowserPrint();"/>
    <command id="Browser:PrintPreview" oncommand="BrowserPrintPreview();"/>
.
    <command id="Browser:PrintPreview" oncommand="BrowserPrintPreview();"/>
    <command id="cmd_quit"/>
.
    <command id="cmd_quit"/>
    <command id="cmd_close" oncommand="BrowserCloseTabOrWindow()"/>
.
    <command id="cmd_close" oncommand="BrowserCloseTabOrWindow()"/>
    <command id="cmd_closeWindow" oncommand="BrowserCloseWindow()"/>
.
    <command id="cmd_closeWindow" oncommand="BrowserCloseWindow()"/>
Skipping to line 188. 
        <menuitem label="&savePageCmd.label;" accesskey="&savePageCmd.accesske
y;" key="key_savePage" command="Browser:SavePage"/>
.
        <menuitem label="&savePageCmd.label;" accesskey="&savePageCmd.accesske
y;" key="key_savePage" command="Browser:SavePage"/>
        <menuitem id="savepage" label="&saveFrameCmd.label;" accesskey="&saveF
rameCmd.accesskey;" oncommand="savePage(gFocusedURL, gFocusedDocument);" hidde
n="true"/>
.
        <menuitem id="savepage" label="&saveFrameCmd.label;" accesskey="&saveF
rameCmd.accesskey;" oncommand="savePage(gFocusedURL, gFocusedDocument);" hidde
n="true"/>
        <menuseparator/>
.
        <menuseparator/>
        <menuitem label="&editPageCmd.label;" accesskey="&editPageCmd.accesske
y;" key="key_editPage" command="Browser:EditPage" />
.
        <menuitem label="&editPageCmd.label;" accesskey="&editPageCmd.accesske
y;" key="key_editPage" command="Browser:EditPage" />
        <menuseparator/>
.
        <menuseparator/>
        <!-- Page setup gets inserted here on some platforms -->
 
.
        <menuitem id="printSetupMenuItem" label="&printSetupCmd.label;" access
key="&printSetupCmd.accesskey;" command="Browser:PrintSetup"/>
        <menuitem id="printPreviewMenuItem" label="&printPreviewCmd.label;" ac
cesskey="&printPreviewCmd.accesskey;" command="Browser:PrintPreview"/>
.
        <menuitem id="printPreviewMenuItem" label="&printPreviewCmd.label;" ac
cesskey="&printPreviewCmd.accesskey;" command="Browser:PrintPreview"/>
        <menuitem id="printMenuItem" label="&printCmd.label;" accesskey="&prin
tCmd.accesskey;" key="printKb" command="Browser:Print"/>
.
        <menuitem id="printMenuItem" label="&printCmd.label;" accesskey="&prin
tCmd.accesskey;" key="printKb" command="Browser:Print"/>
        <menuseparator/>
.
        <menuseparator/>
        <menuitem id="offlineGoOfflineCmd"/>
.
        <menuitem id="offlineGoOfflineCmd"/>
      </menupopup>
.
      </menupopup>