зеркало из https://github.com/mozilla/gecko-dev.git
more work to make the profile migration progress dialog skinnable.
next step is to write some css to make this look better.
This commit is contained in:
Родитель
1d913e5979
Коммит
a542d684f0
|
@ -4,39 +4,28 @@
|
||||||
|
|
||||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/profile/profileMigrationProgress.dtd" >
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/profile/profileMigrationProgress.dtd" >
|
||||||
|
|
||||||
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
<window
|
|
||||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
||||||
align="vertical"
|
align="vertical"
|
||||||
onload="onLoad()"
|
onload="onLoad()"
|
||||||
title="&window.title;"
|
title="&window.title;"
|
||||||
class="dialog">
|
class="dialog">
|
||||||
|
|
||||||
<html:script language="javascript" src="chrome://communicator/content/profile/profileMigrationProgress.js"/>
|
<script language="javascript" src="chrome://communicator/content/profile/profileMigrationProgress.js"/>
|
||||||
|
|
||||||
<keyset id="keyset"/>
|
<keyset id="keyset"/>
|
||||||
|
|
||||||
<spring style="height: 1em;"/>
|
<box align="horizontal">
|
||||||
<box align="horizontal" flex="100%" style="width: 400px;">
|
|
||||||
<spring style="width: 1em"/>
|
|
||||||
<box autostretch="never">
|
<box autostretch="never">
|
||||||
<image class="message-icon"/>
|
<image class="message-icon"/>
|
||||||
</box>
|
</box>
|
||||||
<spring style="width: 1em"/>
|
|
||||||
<box align="vertical" flex="100%">
|
<box align="vertical" flex="100%">
|
||||||
<text id="info.header" style="font-weight: bold;" value="&dialogTitle.label;" />
|
<text id="info.header" value="&dialogTitle.label;" />
|
||||||
<spring style="height: 1em;"/>
|
|
||||||
<text id="info1" flex="100%" value="¤tlyProcessing.text;" />
|
<text id="info1" flex="100%" value="¤tlyProcessing.text;" />
|
||||||
<text id="info2" flex="100%" value="&downloadBeforeUpdate.text;" />
|
<text id="info2" flex="100%" value="&downloadBeforeUpdate.text;" />
|
||||||
<spring style="height: 1em;"/>
|
|
||||||
<box id="pm-box" align="horizontal">
|
<box id="pm-box" align="horizontal">
|
||||||
<progressmeter id="dialog.progress" mode="undetermined" flex="100%"/>
|
<progressmeter id="dialog.progress" mode="undetermined" flex="100%"/>
|
||||||
<spring style="width: 2em;"/>
|
|
||||||
</box>
|
</box>
|
||||||
<spring style="height: 1em;"/>
|
|
||||||
</box>
|
</box>
|
||||||
<spring style="width: 1em"/>
|
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
</window>
|
</window>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче