Add standard taskbar.

This commit is contained in:
mccabe%netscape.com 2000-05-06 02:11:17 +00:00
parent 80f80715c2
commit 3bfc87c51a

View File

@ -22,6 +22,10 @@ Contributor(s): ______________________________________. -->
<?xml-stylesheet href="chrome://global/skin/console.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://global/locale/console.dtd" >
<window id="console-top" xmlns:html="http://www.w3.org/TR/REC-html40"
@ -32,8 +36,10 @@ Contributor(s): ______________________________________. -->
windowtype="global:console"
align="vertical" width="640" height="480">
<html:script src="chrome://global/content/globalOverlay.js"></html:script>
<html:script src="chrome://global/content/console.js"></html:script>
<box align="vertical" id="console" style="overflow:auto" flex="1"/>
<toolbar id="taskbar"/>
</window>