<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="SelectModulDialog" title="$(UNIT) Modules" description="Choose the $(UNIT) modules that you want to execute">

<InfoText name="Heading"><![CDATA[<html>
<b>$(UNIT) Modules</b>
</html>]]></InfoText>

<if test="$(UNIT) == PREPARE">
<InfoText name="Info"><![CDATA[<html>
If you are running PREPARE for the first time, choose at least <i>Initialization</i> and <i>Extraction</i>, since all other modules depend on them. Proceed until all modules are executed and have status <i>succeeded</i>.<br>
You can repeat individual modules as often as you want, for example to change the configuration or to rerun the checks.<br> 
The <i>Finalization</i> module can be executed only after all previous modules have been executed successfully.
</html>]]></InfoText>
</if>

<TableInput name="ModuleTable">
  <DISPLAY>
    <ColumnName heading="Selection" editable="true">Selection</ColumnName>
    <ColumnName heading="Name" editable="false">Description</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Mandatory" editable="false">Mandatory</ColumnName>
  </DISPLAY>
  <VARIABLE>MODULES</VARIABLE>
</TableInput>

<if test="$(UNIT) == PREPARE">
<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
For more information, see &quot;Choosing the PREPARE Modules&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>
</if>

<NavigationButtonGroup name="Buttons" default="Continue"> 
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <BUTTON name="Exit" enabled="true">#Exit</BUTTON>
  <VARIABLE>BUTTON</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>