<?xml version="1.0" ?> 
<!DOCTYPE jump-container SYSTEM "Dialog.dtd">
<jump-container type="dialog">

<Composite name="FixPackInfo" title="Correction Package Extraction" description="Include the latest correction package in the $(/ProcedureName)">

<InfoText name="Info"><![CDATA[<html>
SAPJup found the Java $(/ProcedureName) correction package <b>$(FIX_PACK)</b>. SAPJup will now exit and restart itself to integrate the corrections from this package. 
</html>]]></InfoText>

<NavigationButtonGroup name="Buttons" default="Continue"> 
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <VARIABLE>BUTTON</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>