zotero/chrome/chromeFiles/content/scholar/ingester/progress.xul
Simon Kornblith 19504e6746 - closes #73, use chrome for "Scraping Progress..." indicator
- multiple and book icons were swapped for Voyager scraper
2006-06-27 02:03:10 +00:00

19 lines
599 B
XML
Executable file

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://scholar/skin/scholar.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://scholar/locale/scholar.dtd">
<window id="scholar-progress-window"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
windowtype="alert:alert"
align="start">
<hbox id="scholar-progress-box">
<vbox id="scholar-progress-text-box">
<label id="scholar-progress-text-headline" style="font-weight: bold;" />
</vbox>
</hbox>
</window>