[Zope-CVS] CVS: Packages/Moztop/moztop/content/Main - MainOverlay.xul:1.7
Paul Everitt
paul@zope.com
Thu, 30 Jan 2003 07:15:34 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/Main
In directory cvs.zope.org:/tmp/cvs-serv8975/Main
Modified Files:
MainOverlay.xul
Log Message:
Added a log manager. There is now a third tab in the status
area at the bottom. Log messages go there. Double click on a
message to get a dialog with the text.
This is the first cut at a JS prototype to work with these
tree datasources. It is explained in doc/DatasourceManagers.txt.
=== Packages/Moztop/moztop/content/Main/MainOverlay.xul 1.6 => 1.7 ===
--- Packages/Moztop/moztop/content/Main/MainOverlay.xul:1.6 Thu Jan 16 05:55:32 2003
+++ Packages/Moztop/moztop/content/Main/MainOverlay.xul Thu Jan 30 07:15:01 2003
@@ -15,17 +15,8 @@
<tabpanel id="Welcome-Panel" orient="vertical">
- <tabbox flex="1" orient="vertical" id="contents-views">
- <tabs orient="horizontal" id="contents-views-tabs">
- <tab label="Get Started"/>
- </tabs>
- <tabpanels flex="1" id="contents-views-tabpanels">
- <tabpanel orient="vertical">
<iframe src="chrome://moztop/content/Welcome/getstarted.html"
flex="1"/>
- </tabpanel>
- </tabpanels>
- </tabbox>
</tabpanel>