1999-07-06 23:05:11 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-07-21 03:16:30 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
|
1999-07-06 23:05:11 +00:00
|
|
|
<?xml-stylesheet href="pm.css" type="text/css"?>
|
|
|
|
|
1999-08-31 00:27:02 +00:00
|
|
|
<!DOCTYPE window
|
|
|
|
[
|
|
|
|
<!ENTITY title "Migrate All Profiles">
|
|
|
|
<!ENTITY intro "Migrate all profiles? ">
|
|
|
|
<!ENTITY ok.label "Ok">
|
|
|
|
<!ENTITY cancel.label "Cancel">
|
|
|
|
]>
|
|
|
|
|
1999-07-06 23:05:11 +00:00
|
|
|
<window
|
|
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-08-31 00:27:02 +00:00
|
|
|
title="&title;" width="300" height="120">
|
1999-07-06 23:05:11 +00:00
|
|
|
|
|
|
|
<html:div flex="100%">
|
|
|
|
|
|
|
|
<html:center>
|
1999-08-31 00:27:02 +00:00
|
|
|
<html:div>&intro;</html:div>
|
1999-07-06 23:05:11 +00:00
|
|
|
<html:br />
|
1999-08-31 00:27:02 +00:00
|
|
|
<titledbutton value="&ok.label;" class="push" onclick="opener.MigrateAllProfiles();window.close();" />
|
|
|
|
<titledbutton value="&cancel.label;" class="push" onclick="window.close();" />
|
1999-07-06 23:05:11 +00:00
|
|
|
</html:center>
|
|
|
|
|
|
|
|
</html:div>
|
|
|
|
</window>
|