mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Add standard taskbar.
This commit is contained in:
parent
80f80715c2
commit
3bfc87c51a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user