removing a few more unnecessary attributes, updating TODO for bookmarks menu dnd.

This commit is contained in:
blakeross%telocity.com 2002-04-07 01:36:45 +00:00
Родитель 044549caba
Коммит a019e38eb4
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -238,7 +238,6 @@ Contributor(s): ______________________________________. -->
<key key="&textZoomResetCmd.commandkey;" command="cmd_textZoomReset" modifiers="accel"/>
<key id="key_history" key="&historyCmd.commandkey;" modifiers="accel" command="cmd_history"/>
<keyset id="navigationKeys"/>
<keyset id="tasksKeys"/>
</keyset>
<popup id="backMenu" position="after_start" onpopupshowing="return BrowserBackMenu(event);" oncommand="gotoHistoryIndex(event);"/>
@ -505,7 +504,7 @@ Contributor(s): ______________________________________. -->
<menuitem id="menu_textZoomOther" type="radio" name="textZoom" accesskey="&textZoomOtherCmd.accesskey;" oncommand="setTextZoomOther();"/>
</menupopup>
</menu>
<menu id="charsetMenu" label="&charsetMenu.label;" accesskey="&charsetMenu.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserCharsetMenuRoot" oncommand="MultiplexHandler(event)"
<menu label="&charsetMenu.label;" accesskey="&charsetMenu.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserCharsetMenuRoot" oncommand="MultiplexHandler(event)"
onpopupshowing="CreateMenu('browser');UpdateMenus(event)" onpopupshown="CreateMenu('more-menu');"
observes="isImage">
<template>
@ -810,7 +809,7 @@ Contributor(s): ______________________________________. -->
rdf:type="http://home.netscape.com/NC-rdf#Folder"
oncommand="OpenBookmarkURL(event.target, document.getElementById('innermostBox').database)">
<tooltip id="ptTooltip" noautohide="true" onpopupshowing="return FillInPTTooltip(document.tooltipNode)">
<vbox id="ptTooltipTextBox" flex="1">
<vbox flex="1">
<label id="ptTitleText" />
<label id="ptUrlText" />
</vbox>