Bug #285510 --> Get rid of platformCommunicator overlays. Stop relying on xpfe\communicator\platform stuff.
This fixes the mac build getting duplicated items in the windows menu. git-svn-id: svn://10.0.0.236/trunk@170769 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b7883c6ae6
commit
1692676f99
@ -1,7 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?xul-overlay href="chrome://communicator/content/platformCommunicatorOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
@ -13,15 +11,11 @@
|
||||
|
||||
]>
|
||||
|
||||
<overlay id="utilityOverlay"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<overlay id="utilityOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://global/content/strres.js"/>
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/utilityOverlay.js"/>
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/builtinURLs.js"/>
|
||||
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/utilityOverlay.js"/>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/builtinURLs.js"/>
|
||||
|
||||
<!-- online/offline status indicators -->
|
||||
<broadcaster id="Communicator:WorkMode"
|
||||
@ -29,151 +23,90 @@
|
||||
type="checkbox"
|
||||
oncommand="toggleOfflineStatus();"/>
|
||||
|
||||
<statusbarpanel id="offline-status"
|
||||
observes="Communicator:WorkMode"/>
|
||||
|
||||
<menuitem id="offlineGoOfflineCmd"
|
||||
label="&offlineGoOfflineCmd.label;"
|
||||
accesskey="&offlineGoOfflineCmd.accesskey;"
|
||||
observes="Communicator:WorkMode"/>
|
||||
<statusbarpanel id="offline-status" observes="Communicator:WorkMode"/>
|
||||
<menuitem id="offlineGoOfflineCmd" label="&offlineGoOfflineCmd.label;" accesskey="&offlineGoOfflineCmd.accesskey;" observes="Communicator:WorkMode"/>
|
||||
|
||||
<!-- File Menu -->
|
||||
<menu id="menu_File"
|
||||
label="&fileMenu.label;"
|
||||
accesskey="&fileMenu.accesskey;"/>
|
||||
<menu id="menu_File" label="&fileMenu.label;" accesskey="&fileMenu.accesskey;"/>
|
||||
<menu id="menu_New" label="&newMenu.label;" accesskey="&newMenu.accesskey;"/>
|
||||
<menuitem id="menu_close" label="&closeCmd.label;" key="key_close" accesskey="&closeCmd.accesskey;" command="cmd_close"/>
|
||||
|
||||
<menu id="menu_New"
|
||||
label="&newMenu.label;"
|
||||
accesskey="&newMenu.accesskey;"/>
|
||||
<!-- quit -->
|
||||
<menupopup id="menu_FilePopup">
|
||||
<menuseparator id="menu_FileQuitSeparator"/>
|
||||
<menuitem id="menu_FileQuitItem" key="key_quit" command="cmd_quit"
|
||||
#ifdef XP_UNIX
|
||||
label="&quitApplicationCmdUnix.label;" accesskey="&quitApplicationCmdUnix.accesskey;" />
|
||||
#else
|
||||
label="&quitApplicationCmd.label;" accesskey="&quitApplicationCmd.accesskey;" />
|
||||
#endif
|
||||
</menupopup>
|
||||
|
||||
<!-- Edit Menu -->
|
||||
<menu id="menu_Edit"
|
||||
label="&editMenu.label;"
|
||||
accesskey="&editMenu.accesskey;"/>
|
||||
<menuitem id="menu_undo"
|
||||
label="&undoCmd.label;"
|
||||
key="key_undo"
|
||||
accesskey="&undoCmd.accesskey;"
|
||||
command="cmd_undo"/>
|
||||
<menuitem id="menu_redo"
|
||||
label="&redoCmd.label;"
|
||||
key="key_redo"
|
||||
accesskey="&redoCmd.accesskey;"
|
||||
command="cmd_redo"/>
|
||||
<menuitem id="menu_cut"
|
||||
label="&cutCmd.label;"
|
||||
key="key_cut"
|
||||
accesskey="&cutCmd.accesskey;"
|
||||
command="cmd_cut"/>
|
||||
<menuitem id="menu_copy"
|
||||
label="©Cmd.label;"
|
||||
key="key_copy"
|
||||
accesskey="©Cmd.accesskey;"
|
||||
command="cmd_copy"/>
|
||||
<menuitem id="menu_paste"
|
||||
label="&pasteCmd.label;"
|
||||
key="key_paste"
|
||||
accesskey="&pasteCmd.accesskey;"
|
||||
command="cmd_paste"/>
|
||||
<menuitem id="menu_delete"
|
||||
label="&deleteCmd.label;"
|
||||
key="key_delete"
|
||||
accesskey="&deleteCmd.accesskey;"
|
||||
command="cmd_delete"/>
|
||||
<menuitem id="menu_selectAll"
|
||||
label="&selectAllCmd.label;"
|
||||
key="key_selectAll"
|
||||
accesskey="&selectAllCmd.accesskey;"
|
||||
command="cmd_selectAll"/>
|
||||
<menuitem id="menu_findTypeText"
|
||||
label="&findTypeTextCmd.label;"
|
||||
key="key_findTypeText"
|
||||
accesskey="&findTypeTextCmd.accesskey;"
|
||||
command="cmd_findTypeText"/>
|
||||
<menuitem id="menu_findTypeLinks"
|
||||
label="&findTypeLinksCmd.label;"
|
||||
key="key_findTypeLinks"
|
||||
accesskey="&findTypeLinksCmd.accesskey;"
|
||||
command="cmd_findTypeLinks"/>
|
||||
<menu id="menu_Edit" label="&editMenu.label;" accesskey="&editMenu.accesskey;"/>
|
||||
<menuitem id="menu_undo" label="&undoCmd.label;" key="key_undo"
|
||||
accesskey="&undoCmd.accesskey;" command="cmd_undo"/>
|
||||
<menuitem id="menu_redo" label="&redoCmd.label;" key="key_redo" accesskey="&redoCmd.accesskey;" command="cmd_redo"/>
|
||||
<menuitem id="menu_cut" label="&cutCmd.label;" key="key_cut" accesskey="&cutCmd.accesskey;" command="cmd_cut"/>
|
||||
<menuitem id="menu_copy" label="©Cmd.label;" key="key_copy" accesskey="©Cmd.accesskey;" command="cmd_copy"/>
|
||||
<menuitem id="menu_paste" label="&pasteCmd.label;" key="key_paste" accesskey="&pasteCmd.accesskey;" command="cmd_paste"/>
|
||||
<menuitem id="menu_delete" label="&deleteCmd.label;" key="key_delete" accesskey="&deleteCmd.accesskey;" command="cmd_delete"/>
|
||||
<menuitem id="menu_selectAll" label="&selectAllCmd.label;" key="key_selectAll" accesskey="&selectAllCmd.accesskey;" command="cmd_selectAll"/>
|
||||
|
||||
<menu id="menu_Toolbars"
|
||||
label="&viewToolbarsMenu.label;"
|
||||
accesskey="&viewToolbarsMenu.accesskey;"/>
|
||||
<menu id="menu_Toolbars" label="&viewToolbarsMenu.label;" accesskey="&viewToolbarsMenu.accesskey;"/>
|
||||
|
||||
<menuitem id="menu_showTaskbar"
|
||||
label="&showTaskbarCmd.label;"
|
||||
accesskey="&showTaskbarCmd.accesskey;"
|
||||
oncommand="goToggleToolbar('status-bar', 'menu_showTaskbar')"
|
||||
checked="true"/>
|
||||
<menuitem id="menu_showTaskbar" label="&showTaskbarCmd.label;" accesskey="&showTaskbarCmd.accesskey;"
|
||||
oncommand="goToggleToolbar('status-bar', 'menu_showTaskbar')" checked="true"/>
|
||||
|
||||
<!-- These key nodes are here only for show. The real bindings come from
|
||||
XBL, in platformHTMLBindings.xml. See bugs 57078 and 71779. -->
|
||||
|
||||
<key id="key_close" key="&closeCmd.key;" command="cmd_close" modifiers="accel"/>
|
||||
<key id="key_quit" command="cmd_quit" modifiers="accel" key="&quitApplicationCmd.key;" />
|
||||
<key id="key_closeWindow" key="&closeCmd.key;" command="cmd_closeWindow" modifiers="accel,shift"/>
|
||||
#ifdef XP_MACOSX
|
||||
<key id="key_delete" keycode="VK_BACK" command="cmd_delete"/>
|
||||
#else
|
||||
<key id="key_delete" keycode="VK_DELETE" command="cmd_delete"/>
|
||||
#endif
|
||||
<key id="key_selectAll" key="&selectAllCmd.key;"
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
modifiers="alt"/>
|
||||
#else
|
||||
modifiers="accel"/>
|
||||
#endif
|
||||
#else
|
||||
modifiers="accel"/>
|
||||
#endif
|
||||
<key id="key_undo" key="&undoCmd.key;" modifiers="accel"/>
|
||||
<key id="key_redo" key="&redoCmd.key;"
|
||||
#ifdef XP_MACOSX
|
||||
modifiers="shift, accel"/>
|
||||
#else
|
||||
modifiers="accel"/>
|
||||
#endif
|
||||
<key id="key_cut" key="&cutCmd.key;" modifiers="accel"/>
|
||||
<key id="key_copy" key="©Cmd.key;" modifiers="accel"/>
|
||||
<key id="key_paste" key="&pasteCmd.key;" modifiers="accel"/>
|
||||
|
||||
<key id="key_undo"
|
||||
key="&undoCmd.key;"
|
||||
modifiers="accel"/>
|
||||
<key id="key_redo"
|
||||
key="&redoCmd.key;"
|
||||
modifiers="accel"/>
|
||||
<key id="key_cut"
|
||||
key="&cutCmd.key;"
|
||||
modifiers="accel"/>
|
||||
<key id="key_copy"
|
||||
key="©Cmd.key;"
|
||||
modifiers="accel"/>
|
||||
<key id="key_paste"
|
||||
key="&pasteCmd.key;"
|
||||
modifiers="accel"/>
|
||||
<commandset id="globalEditMenuItems" commandupdater="true" events="focus" oncommandupdate="goUpdateGlobalEditMenuItems()"/>
|
||||
<commandset id="selectEditMenuItems" commandupdater="true" events="select" oncommandupdate="goUpdateSelectEditMenuItems()"/>
|
||||
<commandset id="undoEditMenuItems" commandupdater="true" events="undo" oncommandupdate="goUpdateUndoEditMenuItems()"/>
|
||||
<commandset id="clipboardEditMenuItems" commandupdater="true" events="clipboard" oncommandupdate="goUpdatePasteMenuItems()"/>
|
||||
|
||||
<commandset id="globalEditMenuItems"
|
||||
commandupdater="true"
|
||||
events="focus"
|
||||
oncommandupdate="goUpdateGlobalEditMenuItems()"/>
|
||||
<commandset id="selectEditMenuItems"
|
||||
commandupdater="true"
|
||||
events="select"
|
||||
oncommandupdate="goUpdateSelectEditMenuItems()"/>
|
||||
<commandset id="undoEditMenuItems"
|
||||
commandupdater="true"
|
||||
events="undo"
|
||||
oncommandupdate="goUpdateUndoEditMenuItems()"/>
|
||||
<commandset id="clipboardEditMenuItems"
|
||||
commandupdater="true"
|
||||
events="clipboard"
|
||||
oncommandupdate="goUpdatePasteMenuItems()"/>
|
||||
|
||||
<command id="cmd_copyLink"
|
||||
oncommand="goDoCommand('cmd_copyLink')"
|
||||
disabled="false"/>
|
||||
<command id="cmd_copyImageLocation"
|
||||
oncommand="goDoCommand('cmd_copyImageLocation')"
|
||||
disabled="false"/>
|
||||
<command id="cmd_copyImageContents"
|
||||
oncommand="goDoCommand('cmd_copyImageContents')"
|
||||
disabled="false"/>
|
||||
<command id="cmd_undo"
|
||||
oncommand="goDoCommand('cmd_undo')"
|
||||
disabled="true"/>
|
||||
<command id="cmd_redo"
|
||||
oncommand="goDoCommand('cmd_redo')"
|
||||
disabled="true"/>
|
||||
<command id="cmd_cut"
|
||||
oncommand="goDoCommand('cmd_cut')"
|
||||
disabled="true"/>
|
||||
<command id="cmd_copy"
|
||||
oncommand="goDoCommand('cmd_copy')"
|
||||
disabled="true"/>
|
||||
<command id="cmd_paste"
|
||||
oncommand="goDoCommand('cmd_paste')"
|
||||
disabled="true"/>
|
||||
<command id="cmd_delete"
|
||||
oncommand="goDoCommand('cmd_delete')"
|
||||
valueDefault="&deleteCmd.label;"
|
||||
valueDefaultAccessKey="&deleteCmd.accesskey;"
|
||||
disabled="true"/>
|
||||
<command id="cmd_selectAll"
|
||||
oncommand="goDoCommand('cmd_selectAll')"
|
||||
disabled="true"/>
|
||||
<command id="cmd_quit" oncommand="goQuitApplication()"/>
|
||||
<command id="cmd_copyLink" oncommand="goDoCommand('cmd_copyLink')" disabled="false"/>
|
||||
<command id="cmd_copyImageLocation" oncommand="goDoCommand('cmd_copyImageLocation')" disabled="false"/>
|
||||
<command id="cmd_copyImageContents" oncommand="goDoCommand('cmd_copyImageContents')" disabled="false"/>
|
||||
<command id="cmd_undo" oncommand="goDoCommand('cmd_undo')" disabled="true"/>
|
||||
<command id="cmd_redo" oncommand="goDoCommand('cmd_redo')" disabled="true"/>
|
||||
<command id="cmd_cut" oncommand="goDoCommand('cmd_cut')" disabled="true"/>
|
||||
<command id="cmd_copy" oncommand="goDoCommand('cmd_copy')" disabled="true"/>
|
||||
<command id="cmd_paste" oncommand="goDoCommand('cmd_paste')" disabled="true"/>
|
||||
<command id="cmd_delete" oncommand="goDoCommand('cmd_delete')" valueDefault="&deleteCmd.label;"
|
||||
valueDefaultAccessKey="&deleteCmd.accesskey;" disabled="true"/>
|
||||
<command id="cmd_selectAll" oncommand="goDoCommand('cmd_selectAll')" disabled="true"/>
|
||||
|
||||
<!-- Not needed yet, window will need this: -->
|
||||
<!-- broadcaster id="cmd_preferences"/ -->
|
||||
@ -195,8 +128,6 @@
|
||||
#endif
|
||||
|
||||
<!-- View Menu -->
|
||||
<menu id="menu_View"
|
||||
label="&viewMenu.label;"
|
||||
accesskey="&viewMenu.accesskey;"/>
|
||||
<menu id="menu_View" label="&viewMenu.label;" accesskey="&viewMenu.accesskey;"/>
|
||||
|
||||
</overlay>
|
||||
|
||||
782
mozilla/mail/components/compose/content/editorOverlay.xul
Normal file
782
mozilla/mail/components/compose/content/editorOverlay.xul
Normal file
@ -0,0 +1,782 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Mozilla Communicator client code, released
|
||||
- March 31, 1998.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Ryan Cassin (rcassin@supernova.org)
|
||||
- Daniel Glazman (glazman@netscape.com)
|
||||
- Aaron Kaluszka (ask@swva.net)
|
||||
- Stephen Donner (technutz@netscape.net)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
- or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % editorOverlayDTD SYSTEM "chrome://editor/locale/editorOverlay.dtd">
|
||||
%editorOverlayDTD;
|
||||
<!ENTITY % utilityOverlayDTD SYSTEM
|
||||
"chrome://communicator/locale/utilityOverlay.dtd">
|
||||
%utilityOverlayDTD;
|
||||
]>
|
||||
|
||||
<overlay id="editorOverlay"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://editor/content/editorUtilities.js"/>
|
||||
<script type="application/x-javascript" src="chrome://editor/content/ComposerCommands.js"/>
|
||||
<script type="application/x-javascript" src="chrome://global/content/XPCNativeWrapper.js"/>
|
||||
|
||||
<keyset id="editorKeys">
|
||||
<key id="boldkb" key="&stylebold.keybinding;" observes="cmd_bold" modifiers="accel"/>
|
||||
<key id="italickb" key="&styleitalic.keybinding;" observes="cmd_italic" modifiers="accel"/>
|
||||
<key id="underlinekb" key="&styleunderline.keybinding;" observes="cmd_underline" modifiers="accel"/>
|
||||
<key id="fixedwidthkb" key="&formatfontfixed.keybinding;" observes="cmd_tt" modifiers="accel"/>
|
||||
|
||||
<key id="increaseindentkb" key="&formatindent.keybinding;" observes="cmd_indent" modifiers="accel"/>
|
||||
<key id="decreaseindentkb" key="&formatoutdent.keybinding;" observes="cmd_outdent" modifiers="accel"/>
|
||||
|
||||
<key id="removestyleskb" key="&formatremovestyles.keybinding;" observes="cmd_removeStyles" modifiers="accel, shift"/>
|
||||
<key id="removestyleskb2" key=" " observes="cmd_removeStyles" modifiers="accel"/>
|
||||
<key id="removelinkskb" key="&formatremovelinks.keybinding;" observes="cmd_removeLinks" modifiers="accel, shift"/>
|
||||
<key id="removenamedanchorskb" key="&formatremovenamedanchors.keybinding;" observes="cmd_removeNamedAnchors" modifiers="accel, shift"/>
|
||||
<key id="decreasefontsizekb" key="&decreaseFontSize.keybinding;" observes="cmd_decreaseFont" modifiers="accel"/>
|
||||
<key id="increasefontsizekb" key="&increaseFontSize.keybinding;" observes="cmd_increaseFont" modifiers="accel"/>
|
||||
<key key="&increaseFontSize.keybinding;" observes="cmd_increaseFont" modifiers="accel,shift"/>
|
||||
<key key="&increaseFontSize.keybinding2;" observes="cmd_increaseFont" modifiers="accel"/>
|
||||
|
||||
<key id="insertlinkkb" key="&insertlink.keybinding;" observes="cmd_link" modifiers="accel"/>
|
||||
</keyset>
|
||||
|
||||
<!-- commands updated when the editor gets created -->
|
||||
<commandset id="commonEditorMenuItems"
|
||||
commandupdater="true"
|
||||
events="create"
|
||||
oncommandupdate="goUpdateComposerMenuItems(this)">
|
||||
<command id="cmd_open" oncommand="goDoCommand('cmd_open')"/>
|
||||
<command id="cmd_openRemote" label="&openremoteCmd.label;" oncommand="goDoCommand('cmd_openRemote')"/>
|
||||
<command id="cmd_printSetup" oncommand="goDoCommand('cmd_printSetup')"/>
|
||||
<command id="cmd_print" oncommand="goDoCommand('cmd_print')"/>
|
||||
<command id="cmd_quit" oncommand="goDoCommand('cmd_quit')"/>
|
||||
</commandset>
|
||||
|
||||
<commandset id="composerMenuItems"
|
||||
commandupdater="true"
|
||||
events="create, mode_switch"
|
||||
oncommandupdate="goUpdateComposerMenuItems(this)"
|
||||
>
|
||||
<!-- format menu -->
|
||||
<command id="cmd_listProperties" oncommand="goDoCommand('cmd_listProperties')"/>
|
||||
<command id="cmd_pageProperties" oncommand="goDoCommand('cmd_pageProperties')"/>
|
||||
<command id="cmd_colorProperties" oncommand="goDoCommand('cmd_colorProperties')"/>
|
||||
|
||||
<command id="cmd_link" oncommand="goDoCommand('cmd_link')"/>
|
||||
<command id="cmd_anchor" oncommand="goDoCommand('cmd_anchor')"/>
|
||||
<command id="cmd_image" oncommand="goDoCommand('cmd_image')"/>
|
||||
<command id="cmd_hline" oncommand="goDoCommand('cmd_hline')"/>
|
||||
<command id="cmd_table" oncommand="goDoCommand('cmd_table')"/>
|
||||
<command id="cmd_form" oncommand="goDoCommand('cmd_form')"/>
|
||||
<command id="cmd_inputtag" oncommand="goDoCommand('cmd_inputtag')"/>
|
||||
<command id="cmd_inputimage" oncommand="goDoCommand('cmd_inputimage')"/>
|
||||
<command id="cmd_textarea" oncommand="goDoCommand('cmd_textarea')"/>
|
||||
<command id="cmd_select" oncommand="goDoCommand('cmd_select')"/>
|
||||
<command id="cmd_button" oncommand="goDoCommand('cmd_button')"/>
|
||||
<command id="cmd_label" oncommand="goDoCommand('cmd_label')"/>
|
||||
<command id="cmd_fieldset" oncommand="goDoCommand('cmd_fieldset')"/>
|
||||
<command id="cmd_isindex" oncommand="goDoCommand('cmd_isindex')"/>
|
||||
<command id="cmd_objectProperties" oncommand="goDoCommand('cmd_objectProperties')"/>
|
||||
<command id="cmd_insertChars" oncommand="goDoCommand('cmd_insertChars')" label="&insertCharsCmd.label;"/>
|
||||
<command id="cmd_insertHTMLWithDialog" oncommand="goDoCommand('cmd_insertHTMLWithDialog')" label="&insertHTMLCmd.label;"/>
|
||||
|
||||
<command id="cmd_insertBreak" oncommand="goDoCommand('cmd_insertBreak')"/>
|
||||
<command id="cmd_insertBreakAll" oncommand="goDoCommand('cmd_insertBreakAll')"/>
|
||||
<command id="cmd_NormalMode" oncommand="goDoCommand('cmd_NormalMode')" label="&NormalMode.label;"/>
|
||||
<command id="cmd_AllTagsMode" oncommand="goDoCommand('cmd_AllTagsMode')" label="&AllTagsMode.label;"/>
|
||||
<command id="cmd_HTMLSourceMode" oncommand="goDoCommand('cmd_HTMLSourceMode')"/>
|
||||
<command id="cmd_PreviewMode" oncommand="goDoCommand('cmd_PreviewMode')" label="&PreviewMode.label;"/>
|
||||
|
||||
<!-- only used in context popup menu -->
|
||||
<command id="cmd_editLink" oncommand="goDoCommand('cmd_editLink')"/>
|
||||
|
||||
<!-- dummy command used just to disable things in non-HTML modes -->
|
||||
<command id="cmd_renderedHTMLEnabler"/>
|
||||
</commandset>
|
||||
|
||||
<commandset id="composerSaveMenuItems"
|
||||
commandupdater="true"
|
||||
events="create, save"
|
||||
oncommandupdate="goUpdateComposerMenuItems(this)"
|
||||
>
|
||||
<command id="cmd_save" label="&saveCmd.label;" oncommand="goDoCommand('cmd_save')"/>
|
||||
<command id="cmd_saveAs" label="&saveAsCmd.label;" oncommand="goDoCommand('cmd_saveAs')"/>
|
||||
<command id="cmd_exportToText" label="&exportToTextCmd.label;" oncommand="goDoCommand('cmd_exportToText')"/>
|
||||
<command id="cmd_saveAndChangeEncoding" label="&saveAsChangeEncodingCmd.label;" oncommand="goDoCommand('cmd_saveAndChangeEncoding')"/>
|
||||
<command id="cmd_publish" label="&publishCmd.label;" oncommand="goDoCommand('cmd_publish')"/>
|
||||
<command id="cmd_publishAs" label="&publishAsCmd.label;" oncommand="goDoCommand('cmd_publishAs')"/>
|
||||
<command id="cmd_revert" label="&fileRevert.label;" oncommand="goDoCommand('cmd_revert')"/>
|
||||
<command id="cmd_preview" oncommand="goDoCommand('cmd_preview')"/>
|
||||
<command id="cmd_editSendPage" label="&sendPageCmd.label;"
|
||||
accesskey="&sendPage.accesskey;" oncommand="goDoCommand('cmd_editSendPage')"/>
|
||||
</commandset>
|
||||
|
||||
|
||||
<!-- edit menu commands. These get updated by code in globalOverlay.js -->
|
||||
<commandset id="composerEditMenuItems"
|
||||
commandupdater="true"
|
||||
events="create, mode_switch"
|
||||
oncommandupdate="goUpdateComposerMenuItems(this)"
|
||||
>
|
||||
<command id="cmd_undo"/>
|
||||
<command id="cmd_redo"/>
|
||||
<command id="cmd_cut"/>
|
||||
<command id="cmd_copy"/>
|
||||
<command id="cmd_paste"/>
|
||||
<command id="cmd_pasteNoFormatting" oncommand="goDoCommand('cmd_pasteNoFormatting')"
|
||||
label="&pasteNoFormatting.label;" accesskey="&pasteNoFormatting.accesskey;"/>
|
||||
<command id="cmd_delete"/>
|
||||
<command id="cmd_selectAll"/>
|
||||
<command id="cmd_preferences" oncommand="goDoCommand('cmd_preferences')"/>
|
||||
<command id="cmd_find" oncommand="goDoCommand('cmd_find')"/>
|
||||
<command id="cmd_findNext" oncommand="goDoCommand('cmd_findNext')" label="&findAgainCmd.label;"/>
|
||||
<command id="cmd_findPrev" oncommand="goDoCommand('cmd_findPrev')" label="&findPrevCmd.label;"/>
|
||||
<command id="cmd_spelling" oncommand="goDoCommand('cmd_spelling')"/>
|
||||
<command id="cmd_validate" label="&validateCmd.label;" accesskey="&validate.accesskey;" oncommand="goDoCommand('cmd_validate')"/>
|
||||
<command id="cmd_checkLinks" oncommand="goDoCommand('cmd_checkLinks')"/>
|
||||
<command id="cmd_pasteQuote" oncommand="goDoCommand('cmd_pasteQuote')" label="&pasteAsQuotationCmd.label;"/>
|
||||
<command id="cmd_publishSettings" label="&publishSettings.label;" accesskey="&publishSettings.accesskey;" oncommand="goDoCommand('cmd_publishSettings')"/>
|
||||
</commandset>
|
||||
|
||||
<!-- style related commands that update on creation, and on selection change -->
|
||||
<commandset id="composerStyleMenuItems"
|
||||
commandupdater="true"
|
||||
events="create, style, mode_switch"
|
||||
oncommandupdate="goUpdateComposerMenuItems(this)"
|
||||
>
|
||||
<command id="cmd_bold" state="false" oncommand="doStyleUICommand('cmd_bold')"/>
|
||||
<command id="cmd_italic" state="false" oncommand="doStyleUICommand('cmd_italic')"/>
|
||||
<command id="cmd_underline" state="false" oncommand="doStyleUICommand('cmd_underline')"/>
|
||||
<command id="cmd_tt" state="false" oncommand="doStyleUICommand('cmd_tt')"/>
|
||||
<command id="cmd_smiley"/>
|
||||
|
||||
<command id="cmd_strikethrough" state="false" oncommand="doStyleUICommand('cmd_strikethrough');"/>
|
||||
<command id="cmd_superscript" state="false" oncommand="doStyleUICommand('cmd_superscript');"/>
|
||||
<command id="cmd_subscript" state="false" oncommand="doStyleUICommand('cmd_subscript');"/>
|
||||
<command id="cmd_nobreak" state="false" oncommand="doStyleUICommand('cmd_nobreak');"/>
|
||||
|
||||
<command id="cmd_em" state="false" oncommand="doStyleUICommand('cmd_em')"/>
|
||||
<command id="cmd_strong" state="false" oncommand="doStyleUICommand('cmd_strong')"/>
|
||||
<command id="cmd_cite" state="false" oncommand="doStyleUICommand('cmd_cite')"/>
|
||||
<command id="cmd_abbr" state="false" oncommand="doStyleUICommand('cmd_abbr')"/>
|
||||
<command id="cmd_acronym" state="false" oncommand="doStyleUICommand('cmd_acronym')"/>
|
||||
<command id="cmd_code" state="false" oncommand="doStyleUICommand('cmd_code')"/>
|
||||
<command id="cmd_samp" state="false" oncommand="doStyleUICommand('cmd_samp')"/>
|
||||
<command id="cmd_var" state="false" oncommand="doStyleUICommand('cmd_var')"/>
|
||||
|
||||
<command id="cmd_ul" state="false" oncommand="doStyleUICommand('cmd_ul')"/>
|
||||
<command id="cmd_ol" state="false" oncommand="doStyleUICommand('cmd_ol')"/>
|
||||
|
||||
<command id="cmd_indent" oncommand="goDoCommand('cmd_indent')"/>
|
||||
<command id="cmd_outdent" oncommand="goDoCommand('cmd_outdent')"/>
|
||||
|
||||
<!-- the state attribute gets filled with the paragraph format before the command is exectued -->
|
||||
<command id="cmd_paragraphState" state="" oncommand="doStatefulCommand('cmd_paragraphState', event.target.value)"/>
|
||||
<command id="cmd_fontFace" state="" oncommand="doStatefulCommand('cmd_fontFace', event.target.value)"/>
|
||||
|
||||
<!-- No "oncommand", use EditorSelectColor() to bring up color dialog -->
|
||||
<command id="cmd_fontColor" state=""/>
|
||||
<command id="cmd_backgroundColor" state=""/>
|
||||
<command id="cmd_highlight" state="transparent" oncommand="EditorSelectColor('Highlight', event);"/>
|
||||
|
||||
<command id="cmd_fontSize" oncommand="goDoCommand('cmd_fontSize')"/>
|
||||
<command id="cmd_align" state=""/>
|
||||
|
||||
<command id="cmd_absPos" state="" oncommand="goDoCommand('cmd_absPos')"/>
|
||||
<command id="cmd_increaseZIndex" state="" oncommand="goDoCommand('cmd_increaseZIndex')"/>
|
||||
<command id="cmd_decreaseZIndex" state="" oncommand="goDoCommand('cmd_decreaseZIndex')"/>
|
||||
|
||||
<command id="cmd_advancedProperties" oncommand="goDoCommand('cmd_advancedProperties')"/>
|
||||
|
||||
<command id="cmd_increaseFont" oncommand="goDoCommand('cmd_increaseFont')"/>
|
||||
<command id="cmd_decreaseFont" oncommand="goDoCommand('cmd_decreaseFont')"/>
|
||||
|
||||
<command id="cmd_removeStyles" oncommand="goDoCommand('cmd_removeStyles')"/>
|
||||
<command id="cmd_removeLinks" oncommand="goDoCommand('cmd_removeLinks')"/>
|
||||
<command id="cmd_removeNamedAnchors" oncommand="goDoCommand('cmd_removeNamedAnchors')"/>
|
||||
<command id="cmd_updateStructToolbar" oncommand="goDoCommand('cmd_updateStructToolbar')"/>
|
||||
</commandset>
|
||||
|
||||
<!-- commands updated only when the menu gets created -->
|
||||
<commandset id="composerListMenuItems"
|
||||
commandupdater="true"
|
||||
events="create, mode_switch"
|
||||
oncommandupdate="goUpdateComposerMenuItems(this)">
|
||||
<!-- List menu -->
|
||||
<command id="cmd_dt" oncommand="doStyleUICommand('cmd_dt')"/>
|
||||
<command id="cmd_dd" oncommand="doStyleUICommand('cmd_dd')"/>
|
||||
<command id="cmd_removeList" oncommand="goDoCommand('cmd_removeList')"/>
|
||||
<!-- cmd_ul and cmd_ol are shared with toolbar and are in composerStyleMenuItems commandset -->
|
||||
</commandset>
|
||||
|
||||
<commandset id="composerTableMenuItems"
|
||||
commandupdater="true"
|
||||
events="create, mode_switch"
|
||||
oncommandupdate="goUpdateTableMenuItems(this)">
|
||||
<!-- Table menu -->
|
||||
<command id="cmd_SelectTable" oncommand="goDoCommand('cmd_SelectTable')"/>
|
||||
<command id="cmd_SelectRow" oncommand="goDoCommand('cmd_SelectRow')"/>
|
||||
<command id="cmd_SelectColumn" oncommand="goDoCommand('cmd_SelectColumn')"/>
|
||||
<command id="cmd_SelectCell" oncommand="goDoCommand('cmd_SelectCell')"/>
|
||||
<command id="cmd_SelectAllCells" oncommand="goDoCommand('cmd_SelectAllCells')"/>
|
||||
<command id="cmd_InsertTable" oncommand="goDoCommand('cmd_InsertTable')"/>
|
||||
<command id="cmd_InsertRowAbove" oncommand="goDoCommand('cmd_InsertRowAbove')"/>
|
||||
<command id="cmd_InsertRowBelow" oncommand="goDoCommand('cmd_InsertRowBelow')"/>
|
||||
<command id="cmd_InsertColumnBefore" oncommand="goDoCommand('cmd_InsertColumnBefore')"/>
|
||||
<command id="cmd_InsertColumnAfter" oncommand="goDoCommand('cmd_InsertColumnAfter')"/>
|
||||
<command id="cmd_InsertCellBefore" oncommand="goDoCommand('cmd_InsertCellBefore')"/>
|
||||
<command id="cmd_InsertCellAfter" oncommand="goDoCommand('cmd_InsertCellAfter')"/>
|
||||
<command id="cmd_DeleteTable" oncommand="goDoCommand('cmd_DeleteTable')"/>
|
||||
<command id="cmd_DeleteRow" oncommand="goDoCommand('cmd_DeleteRow')"/>
|
||||
<command id="cmd_DeleteColumn" oncommand="goDoCommand('cmd_DeleteColumn')"/>
|
||||
<command id="cmd_DeleteCell" oncommand="goDoCommand('cmd_DeleteCell')"/>
|
||||
<command id="cmd_DeleteCellContents" oncommand="goDoCommand('cmd_DeleteCellContents')"/>
|
||||
<command id="cmd_NormalizeTable" oncommand="goDoCommand('cmd_NormalizeTable')"/>
|
||||
<command id="cmd_JoinTableCells" oncommand="goDoCommand('cmd_JoinTableCells')"/>
|
||||
<command id="cmd_SplitTableCell" oncommand="goDoCommand('cmd_SplitTableCell')"/>
|
||||
<command id="cmd_ConvertToTable" oncommand="goDoCommand('cmd_ConvertToTable')"/>
|
||||
<command id="cmd_TableOrCellColor" oncommand="goDoCommand('cmd_TableOrCellColor')"/>
|
||||
<command id="cmd_editTable" oncommand="goDoCommand('cmd_editTable')"/>
|
||||
</commandset>
|
||||
|
||||
<broadcasterset id="broadcasterset">
|
||||
<!-- Broadcasters/commands with no other home -->
|
||||
<!-- view menu -->
|
||||
<command id="cmd_newNavigator"/>
|
||||
<command id="cmd_newEditor"/>
|
||||
<command id="cmd_newEditorTemplate"/>
|
||||
<command id="cmd_newEditorDraft"/>
|
||||
|
||||
<command id="cmd_viewCompToolbar" oncommand="goToggleToolbar('EditToolbar','cmd_viewCompToolbar');" checked="true"/>
|
||||
<command id="cmd_viewFormatToolbar" oncommand="goToggleToolbar('FormatToolbar','cmd_viewFormatToolbar');" checked="true"/>
|
||||
<command id="cmd_viewEditModeToolbar" oncommand="goToggleToolbar('EditModeToolbar','cmd_viewEditModeToolbar');" checked="true"/>
|
||||
<command id="cmd_viewtaskbar" oncommand="goToggleToolbar('status-bar','cmd_viewtaskbar');" checked="true"/>
|
||||
|
||||
<!-- Obsolete; these will go away -->
|
||||
<command id="Editor:Font:Size" fontsize=""/>
|
||||
</broadcasterset>
|
||||
|
||||
<!-- Insert menu for PlainText editor -->
|
||||
<menu id="insertMenuPlainText" label="&insertMenu.label;" accesskey="&insertmenu.accesskey;">
|
||||
<menupopup>
|
||||
<menuitem accesskey="&insertchars.accesskey;" observes="cmd_insertChars" />
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<!-- Insert menu -->
|
||||
<menu id="insertMenu" label="&insertMenu.label;" accesskey="&insertmenu.accesskey;">
|
||||
<menupopup id="insertMenuPopup">
|
||||
<menuitem id="insertImage" accesskey="&insertimage.accesskey;" observes="cmd_image" label="&insertImageCmd.label;"/>
|
||||
<menuitem id="insertTable" accesskey="&inserttable.accesskey;" observes="cmd_InsertTable" label="&insertTableCmd.label;"/>
|
||||
<menuitem id="insertLink" accesskey="&insertlink.accesskey;" observes="cmd_link" label="&insertLinkCmd.label;" key="insertlinkkb"/>
|
||||
<menuitem id="insertAnchor" accesskey="&insertanchor.accesskey;" observes="cmd_anchor" label="&insertAnchorCmd.label;"/>
|
||||
<menuitem id="insertHline" accesskey="&inserthline.accesskey;" observes="cmd_hline" label="&insertHLineCmd.label;"/>
|
||||
<menuitem id="insertHTMLSource" accesskey="&insertHTMLCmd.accesskey;" observes="cmd_insertHTMLWithDialog" key="inserthtmlkb"/>
|
||||
<menuitem accesskey="&insertchars.accesskey;" observes="cmd_insertChars" id="insertChars"/>
|
||||
<menu id="insertTOC" label="&tocMenu.label;" accesskey="&tocMenu.accesskey;">
|
||||
<menupopup onpopupshowing="InitTOCMenu()">
|
||||
<menuitem id="insertTOCMenuitem"
|
||||
label="&insertTOC.label;"
|
||||
accesskey="&insertTOC.accesskey;"
|
||||
oncommand="UpdateTOC()"/>
|
||||
<menuitem id="updateTOCMenuitem"
|
||||
label="&updateTOC.label;"
|
||||
accesskey="&updateTOC.accesskey;"
|
||||
oncommand="UpdateTOC()"/>
|
||||
<menuitem id="removeTOCMenuitem"
|
||||
label="&removeTOC.label;"
|
||||
accesskey="&removeTOC.accesskey;"
|
||||
oncommand="RemoveTOC()"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuseparator id="insertMenuSeparator"/>
|
||||
<menuitem id="insertBreakAll" accesskey="&insertbreakall.accesskey;" observes="cmd_insertBreakAll" label="&insertBreakAllCmd.label;"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<!-- Format Menu -->
|
||||
<menupopup id="formatMenuPopup" onpopupshowing="EditorInitFormatMenu()">
|
||||
<!-- Font face submenu -->
|
||||
<menu id="fontFaceMenu" label="&fontfaceMenu.label;" accesskey="&formatfontmenu.accesskey;"
|
||||
position="1">
|
||||
<menupopup oncommand="if (event.target.localName == 'menuitem')
|
||||
doStatefulCommand('cmd_fontFace', event.target.getAttribute('value'));"
|
||||
onpopupshowing="initFontFaceMenu(this);">
|
||||
<menuitem label="&fontVarWidth.label;" accesskey="&fontvarwidth.accesskey;" value="" type="radio" name="1" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&fontFixedWidth.label;" accesskey="&fontfixedwidth.accesskey;" value="tt" type="radio" name="1" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuseparator/>
|
||||
<menuitem label="&fontHelveticaFont.label;" accesskey="&fonthelvetica.accesskey;" value="Helvetica, Arial, sans-serif" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&fontTimes.label;" accesskey="&fonttimes.accesskey;" value="Times New Roman, Times, serif" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&fontCourier.label;" accesskey="&fontcourier.accesskey;" value="Courier New, Courier, monospace" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuseparator/>
|
||||
<!-- Local font face items added here by initLocalFontFaceMenu() -->
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<!-- Font size submenu -->
|
||||
<menu id="fontSizeMenu" label="&fontsizeMenu.label;"
|
||||
accesskey="&formatsizemenu.accesskey;"
|
||||
position="2">
|
||||
<menupopup onpopupshowing="initFontSizeMenu(this)">
|
||||
<menuitem label="&decreaseFontSize.label;" accesskey="&decreasefontsize.accesskey;" observes="cmd_decreaseFont" type="radio" name="1" key="decreasefontsizekb"/>
|
||||
<menuitem label="&increaseFontSize.label;" accesskey="&increasefontsize.accesskey;" observes="cmd_increaseFont" type="radio" name="1" key="increasefontsizekb"/>
|
||||
<menuseparator/>
|
||||
<!-- Not supported in current font size implementation
|
||||
<menuitem label="&size-xx-smallCmd.label;" accesskey="&size-xx-small.accesskey;" oncommand="EditorSetFontSize('xx-small')" type="radio" name="2" />
|
||||
-->
|
||||
<menuitem label="&size-x-smallCmd.label;" accesskey="&size-x-small.accesskey;" oncommand="EditorSetFontSize('x-small')" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&size-smallCmd.label;" accesskey="&size-small.accesskey;" oncommand="EditorSetFontSize('small')" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&size-mediumCmd.label;" accesskey="&size-medium.accesskey;" oncommand="EditorSetFontSize('medium')" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&size-largeCmd.label;" accesskey="&size-large.accesskey;" oncommand="EditorSetFontSize('large')" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&size-x-largeCmd.label;" accesskey="&size-x-large.accesskey;" oncommand="EditorSetFontSize('x-large')" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem label="&size-xx-largeCmd.label;" accesskey="&size-xx-large.accesskey;" oncommand="EditorSetFontSize('xx-large')" type="radio" name="2" observes="cmd_renderedHTMLEnabler"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<!-- Font style submenu -->
|
||||
<menu id="fontStyleMenu" label="&fontStyleMenu.label;"
|
||||
accesskey="&formatstylemenu.accesskey;"
|
||||
position="3">
|
||||
<menupopup onpopupshowing="initFontStyleMenu(this)">
|
||||
<menuitem label="&styleBoldCmd.label;" accesskey="&stylebold.accesskey;" observes="cmd_bold" type="checkbox" key="boldkb"/>
|
||||
<menuitem label="&styleItalicCmd.label;" accesskey="&styleitalic.accesskey;" observes="cmd_italic" type="checkbox" key="italickb" />
|
||||
<menuitem label="&styleUnderlineCmd.label;" accesskey="&styleunderline.accesskey;" observes="cmd_underline" type="checkbox" key="underlinekb"/>
|
||||
<menuitem label="&styleStrikeThruCmd.label;" accesskey="&stylestrikethru.accesskey;" observes="cmd_strikethrough" type="checkbox"/>
|
||||
<menuitem label="&styleSuperscriptCmd.label;" accesskey="&stylesuperscript.accesskey;" observes="cmd_superscript" type="checkbox"/>
|
||||
<menuitem label="&styleSubscriptCmd.label;" accesskey="&stylesubscript.accesskey;" observes="cmd_subscript" type="checkbox"/>
|
||||
<menuitem label="&fontFixedWidth.label;" accesskey="&fontfixedwidth.accesskey;" observes="cmd_tt" type="checkbox" key="fixedwidthkb"/>
|
||||
<menuitem label="&styleNonbreakingCmd.label;" accesskey="&stylenonbreaking.accesskey;" observes="cmd_nobreak" type="checkbox"/>
|
||||
<menuseparator/>
|
||||
<menuitem label="&styleEm.label;" accesskey="&styleEm.accesskey;" observes="cmd_em" type="checkbox"/>
|
||||
<menuitem label="&styleStrong.label;" accesskey="&styleStrong.accesskey;" observes="cmd_strong" type="checkbox"/>
|
||||
<menuitem label="&styleCite.label;" accesskey="&styleCite.accesskey;" observes="cmd_cite" type="checkbox"/>
|
||||
<menuitem label="&styleAbbr.label;" accesskey="&styleAbbr.accesskey;" observes="cmd_abbr" type="checkbox"/>
|
||||
<menuitem label="&styleAcronym.label;" accesskey="&styleAcronym.accesskey;" observes="cmd_acronym" type="checkbox"/>
|
||||
<menuitem label="&styleCode.label;" accesskey="&styleCode.accesskey;" observes="cmd_code" type="checkbox"/>
|
||||
<menuitem label="&styleSamp.label;" accesskey="&styleSamp.accesskey;" observes="cmd_samp" type="checkbox"/>
|
||||
<menuitem label="&styleVar.label;" accesskey="&styleVar.accesskey;" observes="cmd_var" type="checkbox"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<!-- Note: "cmd_fontColor" only monitors color state, it doesn't execute the command
|
||||
(We should use "cmd_fontColorState" and "cmd_backgroundColorState" ?) -->
|
||||
<menuitem id="fontColor" label="&formatFontColor.label;"
|
||||
accesskey="&formatfontcolor.accesskey;"
|
||||
observes="cmd_fontColor"
|
||||
oncommand="EditorSelectColor('Text', null);"
|
||||
position="4"/>
|
||||
<menuseparator id="removeSep" position="5"/>
|
||||
|
||||
<!-- label and accesskey set at runtime from strings -->
|
||||
<menuitem id="removeStylesMenuitem" key="removestyleskb"
|
||||
observes="cmd_removeStyles"
|
||||
position="6"/>
|
||||
<menuitem id="removeLinksMenuitem" key="removelinkskb"
|
||||
observes="cmd_removeLinks"
|
||||
position="7"/>
|
||||
<menuitem id="removeNamedAnchorsMenuitem" label="&formatRemoveNamedAnchors.label;"
|
||||
key="removenamedanchorskb"
|
||||
accesskey="&formatRemoveNamedAnchors.accesskey;"
|
||||
observes="cmd_removeNamedAnchors"
|
||||
position="8"/>
|
||||
<menuseparator id="tabSep" position="9"/>
|
||||
|
||||
<!-- Note: the 'Init' menu methods for Paragraph, List, and Align
|
||||
assume that the id = 'menu_'+tagName (the 'value' label),
|
||||
except for the first ('none') item
|
||||
-->
|
||||
<!-- Paragraph Style submenu -->
|
||||
<menu id="paragraphMenu" label="¶graphMenu.label;"
|
||||
accesskey="&formatparagraphmenu.accesskey;"
|
||||
position="10" onpopupshowing="InitParagraphMenu()">
|
||||
<menupopup oncommand="doStatefulCommand('cmd_paragraphState', event.target.getAttribute('value'))">
|
||||
<menuitem id="menu_bodyText" type="radio" name="1" label="&bodyTextCmd.label;" accesskey="&bodytext.accesskey;" value="" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_p" type="radio" name="1" label="¶graphParagraphCmd.label;" accesskey="¶graphparagraph.accesskey;" value="p" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_h1" type="radio" name="1" label="&heading1Cmd.label;" accesskey="&heading1.accesskey;" value="h1" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_h2" type="radio" name="1" label="&heading2Cmd.label;" accesskey="&heading2.accesskey;" value="h2" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_h3" type="radio" name="1" label="&heading3Cmd.label;" accesskey="&heading3.accesskey;" value="h3" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_h4" type="radio" name="1" label="&heading4Cmd.label;" accesskey="&heading4.accesskey;" value="h4" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_h5" type="radio" name="1" label="&heading5Cmd.label;" accesskey="&heading5.accesskey;" value="h5" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_h6" type="radio" name="1" label="&heading6Cmd.label;" accesskey="&heading6.accesskey;" value="h6" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_address" type="radio" name="1" label="¶graphAddressCmd.label;" accesskey="¶graphaddress.accesskey;" value="address" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_pre" type="radio" name="1" label="¶graphPreformatCmd.label;" accesskey="¶graphpreformat.accesskey;" value="pre" observes="cmd_renderedHTMLEnabler"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<!-- List Style submenu -->
|
||||
<menu id="listMenu" label="&formatlistMenu.label;"
|
||||
accesskey="&formatlistmenu.accesskey;"
|
||||
position="11" onpopupshowing="InitListMenu()">
|
||||
<menupopup>
|
||||
<menuitem id="menu_noList" type="radio" name="1" label="&noneCmd.label;" accesskey="&none.accesskey;" observes="cmd_removeList"/>
|
||||
<menuitem id="menu_ul" type="radio" name="1" label="&listBulletCmd.label;" accesskey="&listbullet.accesskey;" observes="cmd_ul"/>
|
||||
<menuitem id="menu_ol" type="radio" name="1" label="&listNumberedCmd.label;" accesskey="&listnumbered.accesskey;" observes="cmd_ol"/>
|
||||
<menuitem id="menu_dt" type="radio" name="1" label="&listTermCmd.label;" accesskey="&listterm.accesskey;" observes="cmd_dt"/>
|
||||
<menuitem id="menu_dd" type="radio" name="1" label="&listDefinitionCmd.label;" accesskey="&listdefinition.accesskey;" observes="cmd_dd"/>
|
||||
<menuseparator/>
|
||||
<menuitem id="listProps" label="&listProps.label;" accesskey="&listprops.accesskey;" observes="cmd_listProperties"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuseparator id="identingSep" position="12"/>
|
||||
|
||||
<menuitem id="increaseIndent" label="&increaseIndent.label;" accesskey="&increaseindent.accesskey;" key="increaseindentkb"
|
||||
observes="cmd_indent" position="13"/>
|
||||
<menuitem id="decreaseIndent" label="&decreaseIndent.label;" accesskey="&decreaseindent.accesskey;" key="decreaseindentkb"
|
||||
observes="cmd_outdent" position="14"/>
|
||||
|
||||
<menu id="alignMenu" label="&alignMenu.label;" accesskey="&formatalignmenu.accesskey;"
|
||||
onpopupshowing="InitAlignMenu()"
|
||||
position="15">
|
||||
<!-- Align submenu -->
|
||||
<menupopup oncommand="doStatefulCommand('cmd_align', event.target.getAttribute('value'))">
|
||||
<menuitem id="menu_left" label="&alignLeft.label;" accesskey="&alignleft.accesskey;" type="radio" name="1" value="left" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_center" label="&alignCenter.label;" accesskey="&aligncenter.accesskey;" type="radio" name="1" value="center" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_right" label="&alignRight.label;" accesskey="&alignright.accesskey;" type="radio" name="1" value="right" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="menu_justify" label="&alignJustify.label;" accesskey="&alignjustify.accesskey;" type="radio" name="1" value="justify" observes="cmd_renderedHTMLEnabler"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuseparator id="tableSep" position="16"/>
|
||||
<!-- Merge Table Menu and separator in Messenger Composer here -->
|
||||
<!-- Merge property items here -->
|
||||
</menupopup>
|
||||
|
||||
<menuitem id="snapToGrid" label="&grid.label;" accesskey="&grid.accesskey;"
|
||||
oncommand="goDoCommand('cmd_grid')" observes="cmd_renderedHTMLEnabler"/>
|
||||
|
||||
<!-- Next 3 are items to append at the bottom of the formatMenuPopup -->
|
||||
<!-- label and accesskey filled in during menu creation -->
|
||||
<menuitem id="objectProperties" oncommand="goDoCommand('cmd_objectProperties')" observes="cmd_renderedHTMLEnabler"/>
|
||||
<!-- Dont use 'observes', must call command correctly -->
|
||||
<menuitem id="pageProperties" label="&pageProperties.label;" accesskey="&pageproperties.accesskey;"
|
||||
oncommand="goDoCommand('cmd_pageProperties')" observes="cmd_renderedHTMLEnabler"/>
|
||||
<menuitem id="colorsAndBackground" label="&colorsAndBackground.label;" accesskey="&colorsandbackground.accesskey;"
|
||||
oncommand="goDoCommand('cmd_colorProperties')" observes="cmd_renderedHTMLEnabler"/>
|
||||
|
||||
<menu id="tableMenu" label="&tableMenu.label;" accesskey="&tablemenu.accesskey;">
|
||||
<menupopup onpopupshowing="EditorInitTableMenu()">
|
||||
<!-- From EditorCommandOverlay.xul (shared with context popup) -->
|
||||
<menu id="tableInsertMenu" label="&tableInsertMenu.label;" accesskey="&tableinsertmenu.accesskey;">
|
||||
<menupopup>
|
||||
<menuitem label="&insertTableCmd.label;" accesskey="&tabletable.accesskey;" observes="cmd_InsertTable"/>
|
||||
<menuseparator />
|
||||
<menuitem label="&tableRowAbove.label;" accesskey="&tablerow.accesskey;" observes="cmd_InsertRowAbove"/>
|
||||
<menuitem label="&tableRowBelow.label;" accesskey="&tablerowbelow.accesskey;" observes="cmd_InsertRowBelow"/>
|
||||
<menuseparator />
|
||||
<menuitem label="&tableColumnBefore.label;" accesskey="&tablecolumn.accesskey;" observes="cmd_InsertColumnBefore"/>
|
||||
<menuitem label="&tableColumnAfter.label;" accesskey="&tablecolumnafter.accesskey;" observes="cmd_InsertColumnAfter"/>
|
||||
<menuseparator />
|
||||
<menuitem label="&tableCellBefore.label;" accesskey="&tablecell.accesskey;" observes="cmd_InsertCellBefore"/>
|
||||
<menuitem label="&tableCellAfter.label;" accesskey="&tablecellafter.accesskey;" observes="cmd_InsertCellAfter"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menu id="tableSelectMenu" label="&tableSelectMenu.label;" accesskey="&tableselectmenu.accesskey;">
|
||||
<menupopup id="tableSelectPopup">
|
||||
<menuitem id="menu_SelectTable" label="&tableTable.label;" accesskey="&tabletable.accesskey;" observes="cmd_SelectTable" />
|
||||
<menuitem id="menu_SelectRow" label="&tableRow.label;" accesskey="&tablerow.accesskey;" observes="cmd_SelectRow" />
|
||||
<menuitem id="menu_SelectColumn" label="&tableColumn.label;" accesskey="&tablecolumn.accesskey;" observes="cmd_SelectColumn" />
|
||||
<menuitem id="menu_SelectCell" label="&tableCell.label;" accesskey="&tablecell.accesskey;" observes="cmd_SelectCell" />
|
||||
<menuitem id="menu_SelectAllCells" label="&tableAllCells.label;" accesskey="&tableallcells.accesskey;" observes="cmd_SelectAllCells" />
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menu id="tableDeleteMenu" label="&tableDeleteMenu.label;" accesskey="&tabledeletemenu.accesskey;">
|
||||
<menupopup id="tableDeletePopup">
|
||||
<menuitem id="menu_DeleteTable" label="&tableTable.label;" accesskey="&tabletable.accesskey;" observes="cmd_DeleteTable"/>
|
||||
<menuitem id="menu_DeleteRow" label="&tableRows.label;" accesskey="&tablerow.accesskey;" observes="cmd_DeleteRow"/>
|
||||
<menuitem id="menu_DeleteColumn" label="&tableColumns.label;" accesskey="&tablecolumn.accesskey;" observes="cmd_DeleteColumn"/>
|
||||
<menuitem id="menu_DeleteCell" label="&tableCells.label;" accesskey="&tablecell.accesskey;" observes="cmd_DeleteCell"/>
|
||||
<menuitem id="menu_DeleteCellContents" label="&tableCellContents.label;" accesskey="&tablecellcontents.accesskey;" observes="cmd_DeleteCellContents"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuseparator />
|
||||
<!-- menu label is set in InitTableMenu -->
|
||||
<menuitem id="menu_JoinTableCells" label="&tableJoinCells.label;" accesskey="&tablejoincells.accesskey;" observes="cmd_JoinTableCells"/>
|
||||
<menuitem id="menu_SlitTableCell" label="&tableSplitCell.label;" accesskey="&tablesplitcell.accesskey;" observes="cmd_SplitTableCell"/>
|
||||
<menuitem id="menu_ConvertToTable" label="&convertToTable.label;" accesskey="&converttotable.accesskey;" observes="cmd_ConvertToTable"/>
|
||||
<menuseparator />
|
||||
<menuitem id="menu_TableOrCellColor" label="&tableOrCellColor.label;" accesskey="&tableOrCellColor.accesskey;" observes="cmd_TableOrCellColor"/>
|
||||
<menuitem id="menu_tableProperties" label="&tableProperties.label;" accesskey="&tableProperties.accesskey;" observes="cmd_editTable"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<!-- this is only used in messengercompose.xul -->
|
||||
<toolbarbutton type="menu" id="AlignPopupButton" observes="cmd_align"
|
||||
tooltiptext="&AlignPopupButton.tooltip;">
|
||||
<menupopup id="AlignPopup">
|
||||
<menuitem id="AlignLeftItem" class="menuitem-iconic" label="&alignLeft.label;"
|
||||
oncommand="doStatefulCommand('cmd_align', 'left')"
|
||||
tooltiptext="&alignLeftButton.tooltip;" />
|
||||
<menuitem id="AlignCenterItem" class="menuitem-iconic" label="&alignCenter.label;"
|
||||
oncommand="doStatefulCommand('cmd_align', 'center')"
|
||||
tooltiptext="&alignCenterButton.tooltip;" />
|
||||
<menuitem id="AlignRightItem" class="menuitem-iconic" label="&alignRight.label;"
|
||||
oncommand="doStatefulCommand('cmd_align', 'right')"
|
||||
tooltiptext="&alignRightButton.tooltip;" />
|
||||
<menuitem id="AlignJustifyItem" class="menuitem-iconic" label="&alignJustify.label;"
|
||||
oncommand="doStatefulCommand('cmd_align', 'justify')"
|
||||
tooltiptext="&alignjustifyButton.tooltip;" />
|
||||
</menupopup>
|
||||
</toolbarbutton>
|
||||
|
||||
<!-- InsertPopupButton is used by messengercompose.xul -->
|
||||
<toolbarbutton type="menu" id="InsertPopupButton" observes="cmd_renderedHTMLEnabler"
|
||||
tooltiptext="&InsertPopupButton.tooltip;">
|
||||
<menupopup id="InsertPopup">
|
||||
<menuitem id="InsertLinkItem" class="menuitem-iconic" observes="cmd_link"
|
||||
oncommand="goDoCommand('cmd_link')" label="&linkToolbarCmd.label;"
|
||||
tooltiptext="&linkToolbarCmd.tooltip;" />
|
||||
<menuitem id="InsertAnchorItem" class="menuitem-iconic" observes="cmd_anchor"
|
||||
oncommand="goDoCommand('cmd_anchor')" label="&anchorToolbarCmd.label;"
|
||||
tooltiptext="&anchorToolbarCmd.tooltip;" />
|
||||
<menuitem id="InsertImageItem" class="menuitem-iconic" observes="cmd_image"
|
||||
oncommand="goDoCommand('cmd_image')" label="&imageToolbarCmd.label;"
|
||||
tooltiptext="&imageToolbarCmd.tooltip;" />
|
||||
<menuitem id="InsertHRuleItem" class="menuitem-iconic" observes="cmd_hline"
|
||||
oncommand="goDoCommand('cmd_hline')" label="&hruleToolbarCmd.label;"
|
||||
tooltiptext="&hruleToolbarCmd.tooltip;" />
|
||||
<menuitem id="InsertTableItem" class="menuitem-iconic" observes="cmd_table"
|
||||
oncommand="goDoCommand('cmd_table')" label="&tableToolbarCmd.label;"
|
||||
tooltiptext="&tableToolbarCmd.tooltip;" />
|
||||
</menupopup>
|
||||
</toolbarbutton>
|
||||
|
||||
<!-- Editor toolbar items -->
|
||||
<!-- note that we override the submenu item label "Blank Window" with "New" used for the menu -->
|
||||
<toolbarbutton id="newButton" class="toolbarbutton-1"
|
||||
label="&newMenu.label;" command="cmd_newEditor"
|
||||
tooltiptext="&newToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="openButton" class="toolbarbutton-1"
|
||||
label="&openToolbarCmd.label;" observes="cmd_open"
|
||||
tooltiptext="&openToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="saveButton" class="toolbarbutton-1" observes="cmd_save"
|
||||
tooltiptext="&saveToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="publishButton" class="toolbarbutton-1"
|
||||
observes="cmd_publish"
|
||||
tooltiptext="&publishToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="previewButton" class="toolbarbutton-1"
|
||||
label="&previewToolbarCmd.label;" observes="cmd_preview"
|
||||
tooltiptext="&previewToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="cutButton" class="toolbarbutton-1"
|
||||
label="&cutCmd.label;" command="cmd_cut"
|
||||
tooltiptext="&cutCmd.label;"/>
|
||||
<toolbarbutton id="copyButton" class="toolbarbutton-1"
|
||||
label="©Cmd.label;" command="cmd_copy"
|
||||
tooltiptext="©Cmd.label;"/>
|
||||
<toolbarbutton id="pasteButton" class="toolbarbutton-1"
|
||||
label="&pasteCmd.label;" command="cmd_paste"
|
||||
tooltiptext="&pasteCmd.label;"/>
|
||||
|
||||
<toolbarbutton id="printButton" type="menu-button" class="toolbarbutton-1"
|
||||
label="&printToolbarCmd.label;"
|
||||
tooltiptext="&printToolbarCmd.tooltip;"
|
||||
oncommand="if (event.target==this) goDoCommand('cmd_print');">
|
||||
<menupopup id="printMenu">
|
||||
<menuitem id="printMenuItemToolbar" accesskey="&fileprint.accesskey;" label="&printCmd.label;" default="true"
|
||||
oncommand="goDoCommand('cmd_print');"/>
|
||||
<!-- 'printSetupToolbar' is merged in here from platformGlobalOverlay.xul -->
|
||||
</menupopup>
|
||||
</toolbarbutton>
|
||||
|
||||
<toolbarbutton id="findButton" class="toolbarbutton-1"
|
||||
label="&findToolbarCmd.label;" observes="cmd_find"
|
||||
tooltiptext="&findToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="spellingButton" class="toolbarbutton-1" disabled="true"
|
||||
label="&spellToolbarCmd.label;" observes="cmd_spelling"
|
||||
tooltiptext="&spellToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="imageButton" class="toolbarbutton-1"
|
||||
label="&imageToolbarCmd.label;" observes="cmd_image"
|
||||
tooltiptext="&imageToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="hlineButton" class="toolbarbutton-1"
|
||||
label="&hruleToolbarCmd.label;" observes="cmd_hline"
|
||||
tooltiptext="&hruleToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="tableButton" class="toolbarbutton-1"
|
||||
label="&tableToolbarCmd.label;" observes="cmd_table"
|
||||
tooltiptext="&tableToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="linkButton" class="toolbarbutton-1"
|
||||
label="&linkToolbarCmd.label;" observes="cmd_link"
|
||||
tooltiptext="&linkToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="namedAnchorButton" class="toolbarbutton-1"
|
||||
label="&anchorToolbarCmd.label;" observes="cmd_anchor"
|
||||
tooltiptext="&anchorToolbarCmd.tooltip;"/>
|
||||
|
||||
<!-- Formatting toolbar items. "value" are HTML tagnames, don't translate -->
|
||||
<menulist class="toolbar-focustarget" id="ParagraphSelect" observes="cmd_renderedHTMLEnabler"
|
||||
tooltiptext="&ParagraphSelect.tooltip;" crop="right">
|
||||
<observes element="cmd_paragraphState" attribute="state" onbroadcast="onParagraphFormatChange(this.parentNode, 'cmd_paragraphState')"/>
|
||||
<menupopup id="ParagraphPopup" oncommand="doStatefulCommand('cmd_paragraphState', event.target.value)">
|
||||
<menuitem label="&bodyTextCmd.label;" value=""/>
|
||||
<menuitem label="¶graphParagraphCmd.label;" value="p"/>
|
||||
<menuitem label="&heading1Cmd.label;" value="h1"/>
|
||||
<menuitem label="&heading2Cmd.label;" value="h2"/>
|
||||
<menuitem label="&heading3Cmd.label;" value="h3"/>
|
||||
<menuitem label="&heading4Cmd.label;" value="h4"/>
|
||||
<menuitem label="&heading5Cmd.label;" value="h5"/>
|
||||
<menuitem label="&heading6Cmd.label;" value="h6"/>
|
||||
<menuitem label="¶graphAddressCmd.label;" value="address"/>
|
||||
<menuitem label="¶graphPreformatCmd.label;" value="pre"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
<!-- "value" are HTML tagnames, don't translate -->
|
||||
<menulist class="toolbar-focustarget" id="FontFaceSelect" observes="cmd_renderedHTMLEnabler"
|
||||
tooltiptext="&FontFaceSelect.tooltip;" crop="right">
|
||||
<observes element="cmd_fontFace" attribute="state" onbroadcast="onFontFaceChange(this.parentNode, 'cmd_fontFace')"/>
|
||||
<menupopup id="FontFacePopup" oncommand="doStatefulCommand('cmd_fontFace', event.target.value)">
|
||||
<menuitem label="&fontVarWidth.label;" value=""/>
|
||||
<menuitem label="&fontFixedWidth.label;" value="tt"/>
|
||||
<menuseparator/>
|
||||
<menuitem label="&fontHelveticaFont.label;" value="Helvetica, Arial, sans-serif"/>
|
||||
<menuitem label="&fontTimes.label;" value="Times New Roman, Times, serif"/>
|
||||
<menuitem label="&fontCourier.label;" value="Courier New, Courier, monospace"/>
|
||||
<menuseparator/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
<menulist class="toolbar-focustarget" id="FontSizeSelect" oncommand="EditorSelectFontSize()" tooltiptext="&FontSizeSelect.tooltip;" crop="right">
|
||||
<observes element="cmd_fontSize" attribute="state" onbroadcast="onFontSizeChange(this.parentNode, 'cmd_fontSize')"/>
|
||||
<menupopup>
|
||||
<menuitem label="&size-xx-smallCmd.label;"/>
|
||||
<menuitem label="&size-x-smallCmd.label;"/>
|
||||
<menuitem label="&size-smallCmd.label;"/>
|
||||
<menuitem label="&size-mediumCmd.label;"/>
|
||||
<menuitem label="&size-largeCmd.label;"/>
|
||||
<menuitem label="&size-x-largeCmd.label;"/>
|
||||
<menuitem label="&size-xx-largeCmd.label;"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
<stack id="ColorButtons" align="center">
|
||||
<observes element="cmd_fontColor" attribute="state" onbroadcast="onFontColorChange()"/>
|
||||
<observes element="cmd_backgroundColor" attribute="state" onbroadcast="onBackgroundColorChange()"/>
|
||||
<box class="color-button" id="BackgroundColorButton"
|
||||
onclick="EditorSelectColor('', event);"
|
||||
tooltiptext="&BackgroundColorButton.tooltip;"/>
|
||||
<box class="color-button" id="TextColorButton"
|
||||
onclick="EditorSelectColor('Text', event);"
|
||||
tooltiptext="&TextColorButton.tooltip;"/>
|
||||
</stack>
|
||||
<toolbarbutton id="HighlightColorButton" tooltip="aTooltip"
|
||||
tooltiptext="&HighlightColorButton.tooltip;" command="cmd_highlight">
|
||||
<observes element="cmd_highlight" attribute="state" onbroadcast="onHighlightColorChange()"/>
|
||||
<observes element="cmd_highlight" attribute="collapsed"/>
|
||||
</toolbarbutton>
|
||||
|
||||
<!-- A BUG IN CSS/BOXES MAKES THIS ASSERT WHEN CLASS= IS PRESENT AND WE TRY TO COLLAPSE THE TOOLBOX -->
|
||||
<toolbarbutton id="DecreaseFontSizeButton" observes="cmd_decreaseFont"
|
||||
tooltiptext="&decreaseFontSizeToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="IncreaseFontSizeButton" observes="cmd_increaseFont"
|
||||
tooltiptext="&increaseFontSizeToolbarCmd.tooltip;"/>
|
||||
|
||||
<toolbarbutton id="boldButton" type="checkbox" autoCheck="false" observes="cmd_bold"
|
||||
tooltiptext="&boldToolbarCmd.tooltip;">
|
||||
<observes element="cmd_bold" type="checkbox" attribute="state" onbroadcast="onButtonUpdate(this.parentNode, 'cmd_bold')"/>
|
||||
</toolbarbutton>
|
||||
<toolbarbutton id="italicButton" type="checkbox" autoCheck="false" observes="cmd_italic"
|
||||
tooltiptext="&italicToolbarCmd.tooltip;">
|
||||
<observes element="cmd_italic" attribute="state" onbroadcast="onButtonUpdate(this.parentNode, 'cmd_italic')"/>
|
||||
</toolbarbutton>
|
||||
<toolbarbutton id="underlineButton" type="checkbox" autoCheck="false" observes="cmd_underline"
|
||||
tooltiptext="&underlineToolbarCmd.tooltip;">
|
||||
<observes element="cmd_underline" attribute="state" onbroadcast="onButtonUpdate(this.parentNode, 'cmd_underline')"/>
|
||||
</toolbarbutton>
|
||||
|
||||
<toolbarbutton id="ulButton" type="radio" group="lists" autoCheck="false" observes="cmd_ul"
|
||||
tooltiptext="&bulletListToolbarCmd.tooltip;">
|
||||
<observes element="cmd_ul" attribute="state" onbroadcast="onButtonUpdate(this.parentNode, 'cmd_ul')"/>
|
||||
</toolbarbutton>
|
||||
|
||||
<toolbarbutton id="olButton" type="radio" group="lists" autoCheck="false" observes="cmd_ol"
|
||||
tooltiptext="&numberListToolbarCmd.tooltip;">
|
||||
<observes element="cmd_ol" attribute="state" onbroadcast="onButtonUpdate(this.parentNode, 'cmd_ol')"/>
|
||||
</toolbarbutton>
|
||||
|
||||
<toolbarbutton id="outdentButton" observes="cmd_outdent"
|
||||
tooltiptext="&outdentToolbarCmd.tooltip;"/>
|
||||
<toolbarbutton id="indentButton" observes="cmd_indent"
|
||||
tooltiptext="&indentToolbarCmd.tooltip;"/>
|
||||
|
||||
<!-- alignment buttons -->
|
||||
<toolbarbutton id="align-left-button" type="radio" group="align" autoCheck="false"
|
||||
oncommand="doStatefulCommand('cmd_align', 'left')"
|
||||
tooltiptext="&alignLeft.tooltip;" >
|
||||
<observes element="cmd_align" attribute="state"
|
||||
onbroadcast="onStateButtonUpdate(this.parentNode, 'cmd_align', 'left')" />
|
||||
</toolbarbutton>
|
||||
<toolbarbutton id="align-center-button" type="radio" group="align" autoCheck="false"
|
||||
oncommand="doStatefulCommand('cmd_align', 'center')"
|
||||
tooltiptext="&alignCenter.tooltip;" >
|
||||
<observes element="cmd_align" attribute="state"
|
||||
onbroadcast="onStateButtonUpdate(this.parentNode, 'cmd_align', 'center')"/>
|
||||
</toolbarbutton>
|
||||
<toolbarbutton id="align-right-button" type="radio" group="align" autoCheck="false"
|
||||
oncommand="doStatefulCommand('cmd_align', 'right')"
|
||||
tooltiptext="&alignRight.tooltip;" >
|
||||
<observes element="cmd_align" attribute="state"
|
||||
onbroadcast="onStateButtonUpdate(this.parentNode, 'cmd_align', 'right')"/>
|
||||
</toolbarbutton>
|
||||
<toolbarbutton id="align-justify-button" type="radio" group="align" autoCheck="false"
|
||||
oncommand="doStatefulCommand('cmd_align', 'justify')"
|
||||
tooltiptext="&alignJustify.tooltip;" >
|
||||
<observes element="cmd_align" attribute="state"
|
||||
onbroadcast="onStateButtonUpdate(this.parentNode, 'cmd_align', 'justify')"/>
|
||||
</toolbarbutton>
|
||||
|
||||
<toolbarbutton id="absolutePositionButton" type="checkbox" tooltiptext="&layer.tooltip;" observes="cmd_absPos">
|
||||
<observes element="cmd_absPos" attribute="state" onbroadcast="onStateButtonUpdate(this.parentNode, 'cmd_absPos', 'absolute')"/>
|
||||
</toolbarbutton>
|
||||
<toolbarbutton id="decreaseZIndexButton" observes="cmd_decreaseZIndex"
|
||||
tooltiptext="&layerSendToBack.tooltip;"/>
|
||||
<toolbarbutton id="increaseZIndexButton" observes="cmd_increaseZIndex"
|
||||
tooltiptext="&layerBringToFront.tooltip;"/>
|
||||
|
||||
<!-- Edit Mode toolbar -->
|
||||
<tab id="NormalModeButton" class="tab-bottom edit-mode _plain" type="text" selected="1" label="&NormalModeTab.label;" oncommand="goDoCommand('cmd_NormalMode');"
|
||||
tooltiptext="&NormalMode.tooltip;"/>
|
||||
<tab id="TagModeButton" class="tab-bottom edit-mode _plain" type="text" selected="0" label="&AllTagsMode.label;" oncommand="goDoCommand('cmd_AllTagsMode');"
|
||||
tooltiptext="&AllTagsMode.tooltip;"/>
|
||||
<tab id="SourceModeButton" class="tab-bottom edit-mode _plain" type="text" selected="0" label="&SourceMode.label;" oncommand="goDoCommand('cmd_HTMLSourceMode');"
|
||||
tooltiptext="&HTMLSourceMode.tooltip;" dir="&SourceTabDirection;"/>
|
||||
<tab id="PreviewModeButton" class="tab-bottom edit-mode _plain" type="text" selected="0" label="&PreviewMode.label;" oncommand="goDoCommand('cmd_PreviewMode');"
|
||||
tooltiptext="&PreviewMode.tooltip;"/>
|
||||
|
||||
<!-- Paste as quotation is used by mail compose,
|
||||
but in composer it has to go in the debug menu
|
||||
-->
|
||||
<menuitem id="menu_pasteQuote" accesskey="&editpastequotation.accesskey;" command="cmd_pasteQuote" key="pastequotationkb"/>
|
||||
|
||||
</overlay>
|
||||
@ -181,12 +181,12 @@
|
||||
<key id="key_newMessage" key="&newMessage.key;" oncommand="goOpenNewMessage();" modifiers="accel"/>
|
||||
<key id="key_newMessage2" key="&newMessageCmd2.key;" oncommand="goOpenNewMessage();" modifiers="accel"/>
|
||||
#endif
|
||||
<key id="key_close" key="&closeCmd.key;" modifiers="accel"/>
|
||||
<key id="key_close" key="&closeCmd.key;" command="cmd_close" modifiers="accel"/>
|
||||
<key id="key_save" key="&saveCmd.key;" command="cmd_saveDefault" modifiers="accel"/>
|
||||
<key id="key_send" keycode="&sendCmd.keycode;" observes="cmd_sendWithCheck" modifiers="accel"/>
|
||||
<key id="key_sendLater" keycode="&sendLaterCmd.keycode;" observes="cmd_sendLater" modifiers="accel, shift"/>
|
||||
<key id="key_print" key="&printCmd.key;" command="cmd_print" modifiers="accel"/>
|
||||
<key id="key_quit" key="&quitApplicationCmd.key;" modifiers="accel"/>
|
||||
<key id="key_quit" oncommand="goQuitApplication();" key="&quitApplicationCmd.key;" modifiers="accel"/>
|
||||
|
||||
<!-- Edit Menu -->
|
||||
<key id="key_undo" key="&undoCmd.key;" modifiers="accel"/>
|
||||
|
||||
@ -7,3 +7,4 @@ messenger.jar:
|
||||
|
||||
comm.jar:
|
||||
+ content/editor/EdSpellCheck.js (content/EdSpellCheck.js)
|
||||
*+ content/editor/editorOverlay.xul (content/editorOverlay.xul)
|
||||
|
||||
@ -64,10 +64,6 @@ locale/en-US/global-region, en-US/locale/en-
|
||||
locale/en-US/communicator, en-US/locale/en-US/communicator
|
||||
locale/en-US/communicator/pref, en-US/locale/en-US/communicator/pref
|
||||
locale/en-US/communicator/wallet, en-US/locale/en-US/communicator/wallet
|
||||
locale/en-US/communicator-platform, en-US/locale/en-US/communicator-platform
|
||||
locale/en-US/communicator-platform/win, en-US/locale/en-US/communicator-platform/win
|
||||
locale/en-US/communicator-platform/mac, en-US/locale/en-US/communicator-platform/mac
|
||||
locale/en-US/communicator-platform/unix, en-US/locale/en-US/communicator-platform/unix
|
||||
|
||||
#################################################################################################
|
||||
# editor
|
||||
|
||||
@ -28,7 +28,7 @@ content/editor, comm/content/editor
|
||||
content/editor-region, comm/content/editor-region
|
||||
content/communicator-region, comm/content/communicator-region,
|
||||
content/communicator-platform, comm/content/communicator-platform
|
||||
content/communicator/contents.rdf, comm/content/communicator/contents.rdf
|
||||
content/communicator/contents.rdf, comm/content/communicator/contents.rdf
|
||||
content/communicator/communicatorOverlay.xul, comm/content/communicator/communicatorOverlay.xul
|
||||
content/communicator/utilityOverlay.xul, comm/content/communicator/utilityOverlay.xul
|
||||
content/communicator/utilityOverlay.js, comm/content/communicator/utilityOverlay.js
|
||||
|
||||
@ -73,7 +73,6 @@ if(verifyDiskSpace(fProgram, srDest))
|
||||
registerChrome(chromeType, cf, localeName + "messenger-region/");
|
||||
|
||||
registerChrome(chromeType, cf, localeName + "communicator/");
|
||||
registerChrome(chromeType, cf, localeName + "communicator-platform/");
|
||||
registerChrome(chromeType, cf, localeName + "navigator/");
|
||||
registerChrome(chromeType, cf, localeName + "navigator-platform/");
|
||||
registerChrome(chromeType, cf, localeName + "branding/");
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
<!-- mac -->
|
||||
<!-- LOCALIZATION NOTE : FILE Do not translate all the Cmd.key-->
|
||||
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
|
||||
<!ENTITY printSetupCmd.label "Page Setup...">
|
||||
<!ENTITY printSetupCmd.accesskey "u">
|
||||
|
||||
<!ENTITY quitApplicationCmd.label "Quit">
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY redoCmd.key "Z">
|
||||
|
||||
<!ENTITY historyCmd.key "H">
|
||||
|
||||
<!ENTITY findTypeTextCmd.key "">
|
||||
<!ENTITY findTypeLinksCmd.key "">
|
||||
|
||||
<!ENTITY accel.emacs_conflict "accel">
|
||||
|
||||
<!ENTITY minimizeWindowCmd.label "Minimize">
|
||||
<!ENTITY minimizeWindowCmd.key "M">
|
||||
<!ENTITY zoomWindowCmd.label "Zoom">
|
||||
@ -1,11 +0,0 @@
|
||||
<!ENTITY urlbar.label "Cmd+Return in the Location bar">
|
||||
<!ENTITY middleClick.label "Cmd+click or Cmd+Return on links in a Web page">
|
||||
|
||||
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
|
||||
preference dialog's <window> node, which specifies the width and height
|
||||
in em units of the dialog. Localizers ONLY can increase these widths
|
||||
if they are having difficulty getting panel content to fit. 1em = the
|
||||
width of the letter 'm' in the selected font.
|
||||
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
|
||||
size of this window for en-US. -->
|
||||
<!ENTITY prefWindow.size "width: 58em; height: 41em;">
|
||||
@ -1,19 +0,0 @@
|
||||
<!-- unix -->
|
||||
<!-- LOCALIZATION NOTE : FILE Do not translate all the Cmd.key and accesskey -->
|
||||
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
<!ENTITY closeCmd.accesskey "c">
|
||||
|
||||
<!ENTITY quitApplicationCmd.label "Quit">
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
<!ENTITY quitApplicationCmd.accesskey "q">
|
||||
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY redoCmd.key "Y">
|
||||
<!ENTITY redoCmd.accesskey "r">
|
||||
|
||||
<!ENTITY findTypeTextCmd.key "/">
|
||||
<!ENTITY findTypeLinksCmd.key "'">
|
||||
|
||||
<!ENTITY accel.emacs_conflict "accel,shift">
|
||||
@ -1,11 +0,0 @@
|
||||
<!ENTITY urlbar.label "Ctrl+Enter in the Location bar">
|
||||
<!ENTITY middleClick.label "Middle-click, Ctrl+click or Ctrl+Enter on links in a Web page">
|
||||
|
||||
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
|
||||
preference dialog's <window> node, which specifies the width and height
|
||||
in em units of the dialog. Localizers ONLY can increase these widths
|
||||
if they are having difficulty getting panel content to fit. 1em = the
|
||||
width of the letter 'm' in the selected font.
|
||||
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
|
||||
size of this window for en-US. -->
|
||||
<!ENTITY prefWindow.size "width: 52em; height: 41em;">
|
||||
@ -1,20 +0,0 @@
|
||||
<!-- win -->
|
||||
<!-- LOCALIZATION NOTE : FILE Do not translate "accel" or "shift",
|
||||
You may want to translate the Cmd.key and accesskey -->
|
||||
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
<!ENTITY closeCmd.accesskey "c">
|
||||
|
||||
<!ENTITY quitApplicationCmd.label "Exit">
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
<!ENTITY quitApplicationCmd.accesskey "x">
|
||||
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY redoCmd.key "Y">
|
||||
<!ENTITY redoCmd.accesskey "r">
|
||||
|
||||
<!ENTITY findTypeTextCmd.key "/">
|
||||
<!ENTITY findTypeLinksCmd.key "'">
|
||||
|
||||
<!ENTITY accel.emacs_conflict "accel">
|
||||
@ -1,19 +0,0 @@
|
||||
<!ENTITY winhooks.label "System">
|
||||
|
||||
<!ENTITY defaultBrowserGroup.label "Default Browser">
|
||||
<!ENTITY defaultBrowserButton.label "Set Default Browser">
|
||||
<!ENTITY alreadyDefaultText "&brandShortName; is already your default browser.">
|
||||
<!ENTITY defaultPendingText "&brandShortName; will be set as your default browser when you click OK.">
|
||||
<!ENTITY makeDefaultText "Set &brandShortName; as your default browser.">
|
||||
|
||||
<!ENTITY urlbar.label "Ctrl+Enter in the Location bar">
|
||||
<!ENTITY middleClick.label "Middle-click, Ctrl+click or Ctrl+Enter on links in a Web page">
|
||||
|
||||
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
|
||||
preference dialog's <window> node, which specifies the width and height
|
||||
in em units of the dialog. Localizers ONLY can increase these widths
|
||||
if they are having difficulty getting panel content to fit. 1em = the
|
||||
width of the letter 'm' in the selected font.
|
||||
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
|
||||
size of this window for en-US. -->
|
||||
<!ENTITY prefWindow.size "width: 52em; height: 41em;">
|
||||
@ -8,17 +8,6 @@
|
||||
<!ENTITY fileMenu.accesskey "f">
|
||||
<!ENTITY newMenu.label "New">
|
||||
<!ENTITY newMenu.accesskey "N">
|
||||
<!ENTITY newBlankPageCmd.label "Composer Page">
|
||||
<!ENTITY newBlankPageCmd.accesskey "P" >
|
||||
<!ENTITY newBlankPageCmd.key "n" >
|
||||
<!ENTITY newPageFromTemplateCmd.label "Page Using Template">
|
||||
<!ENTITY newPageFromTemplateCmd.accesskey "t">
|
||||
<!ENTITY newPageFromDraftCmd.label "Page Using Draft">
|
||||
<!ENTITY newPageFromDraftCmd.accesskey "d">
|
||||
<!-- LOCALIZATION NOTE (newNavigatorCmd.label): Do NOT translate "Navigator" -->
|
||||
<!ENTITY newNavigatorCmd.label "Navigator Window">
|
||||
<!ENTITY newNavigatorCmd.key "N">
|
||||
<!ENTITY newNavigatorCmd.accesskey "N">
|
||||
|
||||
<!ENTITY editMenu.label "Edit">
|
||||
<!ENTITY editMenu.accesskey "e">
|
||||
@ -50,8 +39,6 @@
|
||||
|
||||
<!ENTITY findTypeTextCmd.label "Find Text As You Type">
|
||||
<!ENTITY findTypeTextCmd.accesskey "x">
|
||||
<!ENTITY findTypeLinksCmd.label "Find Links As You Type">
|
||||
<!ENTITY findTypeLinksCmd.accesskey "k">
|
||||
|
||||
<!ENTITY viewMenu.label "View">
|
||||
<!ENTITY viewMenu.accesskey "v">
|
||||
@ -60,19 +47,6 @@
|
||||
<!ENTITY showTaskbarCmd.label "Status Bar">
|
||||
<!ENTITY showTaskbarCmd.accesskey "S">
|
||||
|
||||
<!ENTITY helpMenu.label "Help">
|
||||
<!ENTITY helpMenu.accesskey "h">
|
||||
|
||||
<!-- NOTE (whatNewCmd.label): This is not used in Mozilla but is used in Netscape -->
|
||||
<!ENTITY whatNewCmd.label "What's New">
|
||||
|
||||
<!ENTITY releaseCmd.label "Release Notes">
|
||||
<!ENTITY releaseCmd.accesskey "r">
|
||||
<!ENTITY aboutCmd.label "About &brandShortName;">
|
||||
<!ENTITY aboutCmd.accesskey "A">
|
||||
<!ENTITY aboutCommPluginsCmd.label "About Plug-ins">
|
||||
<!ENTITY aboutCommPluginsCmd.accesskey "p">
|
||||
|
||||
<!ENTITY direct.label "Online (proxy: none)">
|
||||
<!ENTITY direct.accesskey "n">
|
||||
<!ENTITY manual.label "Online (proxy: manual)">
|
||||
@ -82,3 +56,18 @@
|
||||
|
||||
<!ENTITY proxy.label "Proxy Configuration...">
|
||||
<!ENTITY proxy.accesskey "C">
|
||||
|
||||
<!ENTITY findTypeTextCmd.key "/">
|
||||
<!ENTITY findTypeLinksCmd.key "'">
|
||||
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
<!ENTITY closeCmd.accesskey "c">
|
||||
|
||||
<!ENTITY quitApplicationCmd.label "Exit">
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
<!ENTITY quitApplicationCmd.accesskey "x">
|
||||
|
||||
<!ENTITY quitApplicationCmdUnix.label "Quit">
|
||||
<!ENTITY quitApplicationCmdUnix.accesskey "q">
|
||||
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
#filter substitution
|
||||
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
||||
|
||||
<!-- list all the locale being supplied by this package -->
|
||||
<RDF:Seq about="urn:mozilla:locale:root">
|
||||
<RDF:li resource="urn:mozilla:locale:@AB_CD@"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<!-- locale information -->
|
||||
<RDF:Description about="urn:mozilla:locale:@AB_CD@">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:locale:@AB_CD@:packages">
|
||||
<RDF:li resource="urn:mozilla:locale:@AB_CD@:communicator-platform"/>
|
||||
</RDF:Seq>
|
||||
</chrome:packages>
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
||||
@ -182,30 +182,13 @@
|
||||
locale/@AB_CD@/communicator/contentAreaCommands.dtd (@AB_CD@/chrome/communicator/contentAreaCommands.dtd)
|
||||
locale/@AB_CD@/communicator/contentAreaCommands.properties (@AB_CD@/chrome/communicator/contentAreaCommands.properties)
|
||||
locale/@AB_CD@/communicator/utilityOverlay.properties (@AB_CD@/chrome/communicator/utilityOverlay.properties)
|
||||
+ locale/@AB_CD@/communicator/utilityOverlay.dtd (@AB_CD@/chrome/communicator/utilityOverlay.dtd)
|
||||
*+ locale/@AB_CD@/communicator/utilityOverlay.dtd (@AB_CD@/chrome/communicator/utilityOverlay.dtd)
|
||||
locale/@AB_CD@/communicator/wallet/wallet.properties (@AB_CD@/chrome/communicator/wallet/wallet.properties)
|
||||
locale/@AB_CD@/communicator/wallet/SignonViewer.properties (@AB_CD@/chrome/communicator/wallet/SignonViewer.properties)
|
||||
locale/@AB_CD@/communicator/wallet/SignonViewer.dtd (@AB_CD@/chrome/communicator/wallet/SignonViewer.dtd)
|
||||
* locale/@AB_CD@/communicator-platform/contents.rdf (generic/chrome/communicator-platform/contents.rdf)
|
||||
locale/@AB_CD@/communicator-platform/win/pref/platformPrefOverlay.dtd (@AB_CD@/chrome/communicator-platform/win/pref/platformPrefOverlay.dtd)
|
||||
locale/@AB_CD@/communicator-platform/mac/pref/platformPrefOverlay.dtd (@AB_CD@/chrome/communicator-platform/mac/pref/platformPrefOverlay.dtd)
|
||||
locale/@AB_CD@/communicator-platform/unix/pref/platformPrefOverlay.dtd (@AB_CD@/chrome/communicator-platform/unix/pref/platformPrefOverlay.dtd)
|
||||
* locale/@AB_CD@/navigator/contents.rdf (generic/chrome/navigator/contents.rdf)
|
||||
locale/@AB_CD@/navigator/navigator.properties (@AB_CD@/chrome/navigator/navigator.properties)
|
||||
* locale/@AB_CD@/navigator-platform/contents.rdf (generic/chrome/navigator-platform/contents.rdf)
|
||||
#ifdef XP_WIN
|
||||
locale/@AB_CD@/communicator-platform/platformCommunicatorOverlay.dtd (@AB_CD@/chrome/communicator-platform/win/platformCommunicatorOverlay.dtd)
|
||||
#else
|
||||
#ifdef XP_OS2
|
||||
locale/@AB_CD@/communicator-platform/platformCommunicatorOverlay.dtd (@AB_CD@/chrome/communicator-platform/win/platformCommunicatorOverlay.dtd)
|
||||
#else
|
||||
#ifdef XP_MACOSX
|
||||
locale/@AB_CD@/communicator-platform/platformCommunicatorOverlay.dtd (@AB_CD@/chrome/communicator-platform/mac/platformCommunicatorOverlay.dtd)
|
||||
#else
|
||||
locale/@AB_CD@/communicator-platform/platformCommunicatorOverlay.dtd (@AB_CD@/chrome/communicator-platform/unix/platformCommunicatorOverlay.dtd)
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
locale/@AB_CD@/navigator-platform/win/navigator.properties (@AB_CD@/chrome/navigator-platform/win/navigator.properties)
|
||||
locale/@AB_CD@/navigator-platform/mac/platformNavigationBindings.dtd (@AB_CD@/chrome/navigator-platform/mac/platformNavigationBindings.dtd)
|
||||
locale/@AB_CD@/navigator-platform/mac/navigator.properties (@AB_CD@/chrome/navigator-platform/mac/navigator.properties)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user