зеркало из https://github.com/mozilla/pjs.git
cleaned up profile migration progress dialog, r=jst@citec.fi
This commit is contained in:
Родитель
25a1d1ac60
Коммит
b4e9c50e47
|
@ -1,53 +1,43 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!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"/>
|
||||
|
||||
<box align="horizontal" flex="100%" style="width: 36em;">
|
||||
<html:div style="width: 40px; margin: 5px;">
|
||||
<html:img id="info.icon" src="chrome://global/skin/message-icon.gif" width="32" height="32" border="0"/>
|
||||
</html:div>
|
||||
|
||||
|
||||
<keyset id="keyset"/>
|
||||
|
||||
<box align="vertical" flex="100%">
|
||||
<html:div id="info.header">
|
||||
&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>
|
||||
|
||||
<html:div id="info.txt" flex="100%">
|
||||
Profile Migration xx% complete
|
||||
</html:div>
|
||||
|
||||
<spring style="height: 1em;"/>
|
||||
</box>
|
||||
</box>
|
||||
|
||||
|
||||
</window>
|
||||
<?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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче