2010-08-02 16:37:56 -07:00
|
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
|
#
|
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
|
#
|
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
|
# License.
|
|
|
|
|
#
|
|
|
|
|
# The Original Code is Weave.
|
|
|
|
|
#
|
|
|
|
|
# The Initial Developer of the Original Code is the Mozilla Foundation.
|
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2009
|
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Contributor(s):
|
|
|
|
|
# Edward Lee <edilee@mozilla.com>
|
|
|
|
|
# Mike Connor <mconnor@mozilla.com>
|
|
|
|
|
# Paul O’Shannessy <paul@oshannessy.com>
|
2010-09-07 18:37:46 -07:00
|
|
|
|
# Philipp von Weitershausen <philipp@weitershausen.de>
|
2010-08-02 16:37:56 -07:00
|
|
|
|
#
|
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
|
#
|
|
|
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
2011-01-24 12:48:36 -08:00
|
|
|
|
<?xml-stylesheet href="chrome://browser/skin/syncSetup.css" type="text/css"?>
|
2010-08-02 16:37:56 -07:00
|
|
|
|
<?xml-stylesheet href="chrome://browser/skin/syncCommon.css" type="text/css"?>
|
|
|
|
|
|
2010-09-07 18:37:46 -07:00
|
|
|
|
<!DOCTYPE window [
|
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
|
|
|
|
<!ENTITY % syncBrandDTD SYSTEM "chrome://browser/locale/syncBrand.dtd">
|
|
|
|
|
<!ENTITY % syncSetupDTD SYSTEM "chrome://browser/locale/syncSetup.dtd">
|
|
|
|
|
%brandDTD;
|
|
|
|
|
%syncBrandDTD;
|
|
|
|
|
%syncSetupDTD;
|
|
|
|
|
]>
|
2011-01-24 12:48:36 -08:00
|
|
|
|
<wizard xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2010-08-02 16:37:56 -07:00
|
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
|
|
|
id="change-dialog"
|
|
|
|
|
windowtype="Weave:ChangeSomething"
|
2011-05-30 12:52:55 -07:00
|
|
|
|
persist="screenX screenY"
|
2011-01-24 12:48:36 -08:00
|
|
|
|
onwizardnext="Change.onLoad()"
|
|
|
|
|
onwizardfinish="return Change.onDialogAccept();">
|
2010-08-02 16:37:56 -07:00
|
|
|
|
|
|
|
|
|
<script type="application/javascript"
|
|
|
|
|
src="chrome://browser/content/syncGenericChange.js"/>
|
|
|
|
|
<script type="application/javascript"
|
|
|
|
|
src="chrome://browser/content/syncUtils.js"/>
|
2010-09-07 18:37:46 -07:00
|
|
|
|
<script type="application/javascript"
|
|
|
|
|
src="chrome://global/content/printUtils.js"/>
|
2010-08-02 16:37:56 -07:00
|
|
|
|
|
2011-01-24 12:48:36 -08:00
|
|
|
|
<wizardpage id="change-page"
|
|
|
|
|
label="">
|
|
|
|
|
|
|
|
|
|
<description id="introText">
|
2010-08-02 16:37:56 -07:00
|
|
|
|
</description>
|
2011-01-24 12:48:36 -08:00
|
|
|
|
|
|
|
|
|
<separator class="thin"/>
|
|
|
|
|
|
|
|
|
|
<groupbox>
|
|
|
|
|
<grid>
|
|
|
|
|
<columns>
|
|
|
|
|
<column align="right"/>
|
|
|
|
|
<column flex="3"/>
|
|
|
|
|
<column flex="1"/>
|
|
|
|
|
</columns>
|
|
|
|
|
<rows>
|
|
|
|
|
<row id="textBox1Row" align="center">
|
|
|
|
|
<label id="textBox1Label" control="textBox1"/>
|
|
|
|
|
<textbox id="textBox1" type="password" oninput="Change.validate()"/>
|
|
|
|
|
<spacer/>
|
|
|
|
|
</row>
|
|
|
|
|
<row id="textBox2Row" align="center">
|
|
|
|
|
<label id="textBox2Label" control="textBox2"/>
|
|
|
|
|
<textbox id="textBox2" type="password" oninput="Change.validate()"/>
|
|
|
|
|
<spacer/>
|
|
|
|
|
</row>
|
|
|
|
|
</rows>
|
|
|
|
|
</grid>
|
|
|
|
|
|
|
|
|
|
<vbox id="passphraseRow">
|
|
|
|
|
<hbox flex="1">
|
2010-09-07 18:37:46 -07:00
|
|
|
|
<label id="passphraseLabel" control="passphraseBox"/>
|
2011-01-24 12:48:36 -08:00
|
|
|
|
<spacer flex="1"/>
|
2010-09-07 18:37:46 -07:00
|
|
|
|
<label id="generatePassphraseButton"
|
2011-01-24 12:48:36 -08:00
|
|
|
|
hidden="true"
|
2011-05-02 09:26:31 -07:00
|
|
|
|
value="&syncGenerateNewKey.label;"
|
2010-09-07 18:37:46 -07:00
|
|
|
|
class="text-link inline-link"
|
|
|
|
|
onclick="event.stopPropagation();
|
|
|
|
|
Change.doGeneratePassphrase();"/>
|
2011-01-24 12:48:36 -08:00
|
|
|
|
</hbox>
|
|
|
|
|
<textbox id="passphraseBox"
|
|
|
|
|
flex="1"
|
|
|
|
|
onfocus="this.select()"
|
|
|
|
|
oninput="Change.validate()"/>
|
|
|
|
|
</vbox>
|
|
|
|
|
|
|
|
|
|
<vbox id="feedback" pack="center">
|
|
|
|
|
<hbox id="statusRow" align="center">
|
|
|
|
|
<image id="statusIcon" class="statusIcon"/>
|
|
|
|
|
<label id="status" class="status" value=" "/>
|
|
|
|
|
</hbox>
|
|
|
|
|
</vbox>
|
|
|
|
|
</groupbox>
|
2010-09-23 15:19:42 -07:00
|
|
|
|
|
2011-01-24 12:48:36 -08:00
|
|
|
|
<separator class="thin"/>
|
|
|
|
|
|
|
|
|
|
<hbox id="passphraseBackupButtons"
|
|
|
|
|
hidden="true"
|
|
|
|
|
pack="center">
|
2010-10-14 02:12:52 -07:00
|
|
|
|
<button id="printSyncKeyButton"
|
|
|
|
|
label="&button.syncKeyBackup.print.label;"
|
2010-09-07 18:37:46 -07:00
|
|
|
|
accesskey="&button.syncKeyBackup.print.accesskey;"
|
|
|
|
|
oncommand="gSyncUtils.passphrasePrint('passphraseBox');"/>
|
2010-10-14 02:12:52 -07:00
|
|
|
|
<button id="saveSyncKeyButton"
|
|
|
|
|
label="&button.syncKeyBackup.save.label;"
|
2010-09-07 18:37:46 -07:00
|
|
|
|
accesskey="&button.syncKeyBackup.save.accesskey;"
|
|
|
|
|
oncommand="gSyncUtils.passphraseSave('passphraseBox');"/>
|
|
|
|
|
</hbox>
|
2010-08-02 16:37:56 -07:00
|
|
|
|
|
2011-01-24 12:48:36 -08:00
|
|
|
|
<vbox id="passphraseHelpBox"
|
|
|
|
|
hidden="true">
|
|
|
|
|
<description>
|
|
|
|
|
&existingSyncKey.description;
|
|
|
|
|
<label class="text-link"
|
|
|
|
|
href="https://services.mozilla.com/sync/help/manual-setup">
|
|
|
|
|
&addDevice.showMeHow.label;
|
|
|
|
|
</label>
|
|
|
|
|
</description>
|
|
|
|
|
</vbox>
|
|
|
|
|
|
|
|
|
|
<spacer id="passphraseSpacer"
|
|
|
|
|
flex="1"
|
|
|
|
|
hidden="true"/>
|
|
|
|
|
|
|
|
|
|
<description id="warningText" class="data">
|
2010-08-02 16:37:56 -07:00
|
|
|
|
</description>
|
2011-01-24 12:48:36 -08:00
|
|
|
|
|
|
|
|
|
<spacer flex="1"/>
|
|
|
|
|
</wizardpage>
|
|
|
|
|
</wizard>
|