gecko-dev/profile/resources/content/migrateAllProfile.xul

23 строки
816 B
Plaintext
Исходник Обычный вид История

1999-09-28 23:04:57 +04:00
<?xml version="1.0"?>
2000-04-20 01:42:30 +04:00
<?xml-stylesheet href="chrome://communicator/skin/profile/profile.css" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/profile/profileManager.css" type="text/css"?>
1999-09-28 23:04:57 +04:00
2000-04-20 01:42:30 +04:00
<!DOCTYPE window SYSTEM "chrome://communicator/locale/profile/profileManagerMigrateAll.dtd" >
1999-09-28 23:04:57 +04:00
<window
xmlns:html="http://www.w3.org/1999/xhtml"
1999-09-28 23:04:57 +04:00
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 />
<button label="&ok.label;" class="push" onclick="opener.migrateAllProfiles();window.close();" />
<button label="&cancel.label;" class="push" onclick="window.close();" />
1999-09-28 23:04:57 +04:00
</html:center>
</html:div>
</window>