<?xml version="1.0" ?> 
<!DOCTYPE jump-container SYSTEM "Dialog.dtd">

<jump-container type="dialog">

<Composite name="SecStoreKeyInput" title="Upgrade Secure Store Key Phrase" description="Specify a key phrase for the upgrade secure store">

<PasswordInput name="KeyPhrase" retype="false">
  <HEADING>The upgrade stores passwords and other information securely using the installed encryption software. This requires a key phrase to perform the encryption.</HEADING>
  <LABEL>Secure Store Key Phrase</LABEL>
  <VARIABLE>SEC_STORE_KEY</VARIABLE>
</PasswordInput>

<OKCancel name="OKCancel">
  <VARIABLE>="OKAY"</VARIABLE>
</OKCancel>

</Composite>

</jump-container>

