Files
Mozilla/mozilla/profile/pref-migrator/resources/content/profileMigrationProgress.xul
ben%netscape.com 7e3220cb71 cleaned up profile migration progress dialog, r=jst@citec.fi
git-svn-id: svn://10.0.0.236/trunk@59844 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-05 03:33:07 +00:00

44 lines
1.4 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://profile/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://profile/locale/profileMigrationProgress.dtd" >
<window
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="vertical"
onload="onLoad()"
title="&window.title;"
class="dialog">
<html:script language="javascript" src="chrome://profile/content/profileMigrationProgress.js"/>
<keyset id="keyset"/>
<spring style="height: 1em;"/>
<box align="horizontal" flex="100%" style="width: 400px;">
<spring style="width: 1em"/>
<html:div style="width: 40px; margin: 5px;">
<titledbutton class="message-icon"/>
</html:div>
<spring style="width: 1em"/>
<box align="vertical" flex="100%">
<html:div id="info.header" style="font-weight: bold;">&dialogTitle.label;</html:div>
<spring style="height: 1em;"/>
<html:div id="info.txt" flex="100%">&currentlyProcessing.text;</html:div>
<html:div id="info.txt" flex="100%">&downloadBeforeUpdate.text;</html:div>
<spring style="height: 1em;"/>
<box id="pm-box" align="horizontal">
<progressmeter id="dialog.progress" mode="undetermined" flex="100%"/>
<spring style="width: 2em;"/>
</box>
<spring style="height: 1em;"/>
</box>
<spring style="width: 1em"/>
</box>
</window>