Files
Mozilla/mozilla/profile/resources/content/migrateAllProfile.xul
rgoodger%ihug.co.nz 69cfc3a581 imported package skin (profile.css) into these files. (bug 19562)
git-svn-id: svn://10.0.0.236/trunk@55363 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:14:48 +00:00

23 lines
781 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://profile/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://profile/skin/profileManager.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://profile/locale/profileManagerMigrateAll.dtd" >
<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"
title="&title;" width="300" height="120">
<html:div flex="100%">
<html:center>
<html:div>&intro;</html:div>
<html:br />
<titledbutton value="&ok.label;" class="push" onclick="opener.migrateAllProfiles();window.close();" />
<titledbutton value="&cancel.label;" class="push" onclick="window.close();" />
</html:center>
</html:div>
</window>