44 lines
1.4 KiB
XML
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%">¤tlyProcessing.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>
|
|
|