<?xml version="1.0" ?> 
<!DOCTYPE jump-container SYSTEM "Dialog.dtd">
<jump-container type="dialog">

<Composite name="JumpPassword" title="Password Protected Option" description="Enter a password to continue the execution">

<InfoText name="Info"><![CDATA[<html>
You have chosen to continue the execution with the <i>$(ACTION)</i> phase. You must enter a password to use this option. 
</html>]]></InfoText>

<PasswordInput name="Password" retype="false"> 
  <LABEL>Password for $(ACTION)</LABEL> 
  <VARIABLE>PASSWORD</VARIABLE> 
</PasswordInput> 

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
The selected option requires a very deep understanding of the $(/ProcedureName) procedure. To avoid possible follow-up problems with the $(/ProcedureName), you have to consult SAP Support before you use this option. SAP Support will either provide you with the password, if it is safe to continue the $(/ProcedureName) using this option, or will solve the problem and recommend continuing the $(/ProcedureName) without the need for a password.<br>
</html>]]></InfoText>

<OKCancel name="OKCancel">
  <VARIABLE>OKAY</VARIABLE>
</OKCancel>

</Composite>

</jump-container>