зеркало из https://github.com/mozilla/pjs.git
39 строки
1.1 KiB
XML
39 строки
1.1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/profile/profile.css" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
%brandDTD;
|
|
<!ENTITY % migrationDTD SYSTEM "chrome://communicator/locale/profile/confirmMigration.dtd" >
|
|
%migrationDTD;
|
|
]>
|
|
|
|
<window
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
align="vertical"
|
|
title="&window.title;"
|
|
onload="onLoad()"
|
|
class="dialog">
|
|
|
|
<html:script language="javascript" src="chrome://communicator/content/profile/confirmMigration.js"/>
|
|
<html:script language="javascript" src="chrome://global/content/strres.js"/>
|
|
|
|
<box>
|
|
<box orient="vertical">
|
|
<image class="message-icon"/>
|
|
<spring flex="1"/>
|
|
</box>
|
|
<separator orient="vertical" class="thin"/>
|
|
<box orient="vertical" flex="1">
|
|
<html>&confirmMigrationPart1.label;</html>
|
|
<html>&confirmMigrationPart2.label;</html>
|
|
</box>
|
|
</box>
|
|
<separator class="thin"/>
|
|
<box id="okCancelButtons"/>
|
|
</window>
|