<?xml version="1.0" ?> 

<jump-container type="dialog">

<Composite name ="FixPackReminder" title="Correction Package" description="Include the latest correction package in the $(/ProcedureName)">

<InfoText name="Info"><![CDATA[<html>
Make sure you have downloaded the latest Java $(/ProcedureName) correction package <b>$(FIX_PACK)</b> from <b><a href="http://service.sap.com/swdc">SAP Service Marketplace</a></b> and copied it to local directory or your $(/ProcedureName) directory <b>$(FIX_PACK_DIR)</b>. 
Enter in the field below the path to directory where you have copied $(/ProcedureName) Correction Package.
 
</html>]]></InfoText>

<FileInput name="FixPackDir">
  <LABEL>Fix Pack Directory</LABEL>
  <VARIABLE>FIX_PACK_DIR</VARIABLE>
</FileInput>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
The correction package provides the latest corrections for the $(/ProcedureName) program and is required to prevent known problems during the $(/ProcedureName).<br>  
For more information, see &quot;Making Basic Entries for the Java System $(/ProcedureName)&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>

<OKCancel name="OKCancel">
  <VARIABLE>OKAY</VARIABLE>
</OKCancel>

</Composite>
<eliminators>
  <SimpleEliminator name="fixPackReminderEliminator" dialogFieldName="FIX_PACK_DIR" catalogProperty="FixPackDirectory"/>
</eliminators>
</jump-container>