<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="ModulStatusDialog" title="$(UNIT) Module Status" description="Review the status of the $(UNIT) modules that you have selected for execution">

<InfoText name="Heading"><![CDATA[<html>
<b>$(UNIT) Modules</b>
</html>]]></InfoText>

<TableInput name="ModuleTable">
  <HEADING>The status of the $(UNIT) modules that you have selected for execution is shown below.</HEADING>
  <DISPLAY>
    <ColumnName heading="Selection" editable="false">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="'$(STATUS)' == 'error' AND '$(CHECKLOG)' == 'true' AND '$(UNIT)' == 'PREPARE'">
<InfoText name="ERROR"><![CDATA[<html>
Errors have occurred during the execution of one or more modules. See the log file <b>$FILE($(ROOTDIR),log,CHECKS.LOG)</b> for a list of actions which have to be performed. 
</html>]]></InfoText>
</if>
<InfoText name="Info">The following options are available:</InfoText>
<ExclusiveSelection name="ModulOption">
  <INPUT>
    <LABEL>Reselect $(UNIT) modules to be executed again</LABEL>
    <VARIABLE>select</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Exit $(UNIT)</LABEL>
    <VARIABLE>exit</VARIABLE>
  </INPUT>
</ExclusiveSelection>

<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; and &quot;Executing Modules General Checks and Finalization&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>
  <VARIABLE>BUTTON</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
