Files
Mozilla/mozilla/xpfe/global/resources/content/taskbarOverlay.xul
mcafee%netscape.com 6a1488d586 Open taskbar URLs with openTopWin() function (29450). r=ben, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@61862 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 09:27:29 +00:00

44 lines
1.6 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://global/locale/taskbarOverlay.dtd">
<overlay id="taskbarOverlay"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="taskbarMenuBox" align="horizontal" flex="1">
<spring flex="1"/>
<menu>
<titledbutton value="&mozillaButton.label;" crop="right" class="bookmarkFolder toolbar-flat" align="right"/>
<menupopup class="standard" popupalign="bottomleft" popupanchor="topleft">
<menuitem class="standard" value="&bonsai.label;"
oncommand="openTopWin('http://bonsai.mozilla.org/toplevel.cgi?treeid=SeaMonkey');"/>
<menuitem class="standard" value="&bugzillaButton.label;"
oncommand="openTopWin('http://bugzilla.mozilla.org');"/>
</menupopup>
</menu>
<spring flex="1"/>
<!-- The "Open Windows" menu uses the window mediator
to display all of the open windows -->
<menu align="right"
oncommand="ShowWindowFromResource(event.target)"
datasources="rdf:window-mediator"
ref="NC:WindowMediatorRoot" >
<titledbutton align="right" class="bookmarkFolder toolbar-flat"
value="&openWinButton.label;" crop="right" />
<template>
<menupopup>
<menuitem class="standard" uri="rdf:*"
value="rdf:http://home.netscape.com/NC-rdf#Name"/>
</menupopup>
</template>
<menupopup class="standard" popupalign="bottomleft" popupanchor="topleft" />
</menu>
<!-- spacer to accommodate mac resize box -->
<spring style="width: 20px;"/>
</box>
</overlay>