zotero/chrome/content/zotero/fileProgress.xul
Dan Stillman 23160c5c6e Changed all entities in zotero.dtd to have a "zotero." prefix -- the odds of collisions with other extensions are quite low, but we should be a responsible neighbor regardless
(Note that these aren't all used in the global overlay and wouldn't need the zotero prefix if they were in separate DTD files (for export, etc.), but I'm not going to take the time to do that.)

Element ids up next...
2006-10-19 21:53:02 +00:00

16 lines
565 B
XML

<?xml version="1.0" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&zotero.progress.title;" width="300" height="30"
id="zotero-progress">
<vbox style="padding:10px">
<hbox align="stretch">
<label id="progress-label" flex="1" />
<label id="progress-items" style="text-align:right;width:20px" />
</hbox>
<progressmeter id="progress-indicator" mode="undetermined" />
</vbox>
</window>