[Zope-CVS] CVS: Packages/MoZTop/moztop/content/zopetop/StatusBar - StatusBarOverlay.xul:1.2
Stephan Richter
srichter@cbu.edu
Wed, 8 Jan 2003 16:53:22 -0500
Update of /cvs-repository/Packages/MoZTop/moztop/content/zopetop/StatusBar
In directory cvs.zope.org:/tmp/cvs-serv22000/moztop/content/StatusBar
Modified Files:
StatusBarOverlay.xul
Log Message:
Hopefully got rid off all occurences of zopetop now. They should be
replaces by moztop.
=== Packages/MoZTop/moztop/content/zopetop/StatusBar/StatusBarOverlay.xul 1.1 => 1.2 ===
--- Packages/MoZTop/moztop/content/zopetop/StatusBar/StatusBarOverlay.xul:1.1 Wed Jan 8 14:01:49 2003
+++ Packages/MoZTop/moztop/content/zopetop/StatusBar/StatusBarOverlay.xul Wed Jan 8 16:53:18 2003
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
-<?xul-overlay href="chrome://zopetop/content/StatusBar/TasksOverlay.xul"?>
-<?xul-overlay href="chrome://zopetop/content/StatusBar/TransactionsOverlay.xul"?>
+<?xul-overlay href="chrome://moztop/content/StatusBar/TasksOverlay.xul"?>
+<?xul-overlay href="chrome://moztop/content/StatusBar/TransactionsOverlay.xul"?>
<overlay id="StatusBarOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
@@ -25,7 +25,7 @@
-moz-border-radius-bottomleft: 3px;
width: 24px;
height: 24px;
- background: url('chrome://zopetop/content/StatusBar/task.gif');
+ background: url('chrome://moztop/content/StatusBar/task.gif');
background-repeat: no-repeat;
background-position: center center;"/>
<tab label=""
@@ -41,7 +41,7 @@
-moz-border-radius-bottomleft: 3px;
width: 24px;
height: 24px;
- background: url('chrome://zopetop/content/StatusBar/errors.gif');
+ background: url('chrome://moztop/content/StatusBar/errors.gif');
background-repeat: no-repeat;
background-position: center center;"/>
</tabs>