78e31cf50f
Closes #2218
25 lines
1 KiB
XML
25 lines
1 KiB
XML
<?xml version="1.0" ?>
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://zotero-platform/content/zotero-react-client.css"?>
|
|
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
width="550" height="230"
|
|
onload="_init()"
|
|
id="zotero-progress">
|
|
<script src="include.js"></script>
|
|
<script src="progressQueueDialog.js"/>
|
|
<vbox id="zotero-progress-box" style="padding:10px" flex="1">
|
|
<label id="label" control="progress-indicator" value=""/>
|
|
<hbox align="center">
|
|
<progressmeter id="progress-indicator" mode="determined" flex="1"/>
|
|
<button id="cancel-button" label="&zotero.general.cancel;"/>
|
|
<button id="minimize-button" label="&zotero.general.minimize;"/>
|
|
<button id="close-button" label="&zotero.general.close;"/>
|
|
</hbox>
|
|
<hbox class="virtualized-table-container" flex="1" height="200px">
|
|
<html:div id="tree"/>
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|