<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="ExternalValidation" title="Support Package Validation" description="Display problems regarding validation of the content to be delivered on the system">

<InfoText name="Info"><![CDATA[<html>
There is a problem regarding the content that has to be delivered on your $(/ProcedureAdj) system:
<br>
$(ERROR_INFO)
</html>]]></InfoText>


<if test="$(NO_UPDATES_SELECTED) == YES">
<InfoText name="Info2"><![CDATA[<html>
<![CDATA[<html>
Please provide new updates for the components either by selecting <br>'Support Package Stack' option or <br>'Single Support Packages and Patches'.
</html>]]></InfoText>
</if>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
You can correct the problems by choosing <i>Continue</i>.Than the previous dialog will be displayed.<br>
For more information, see &quot;Making Entries for the Target System Configuration&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>

<NavigationButtonGroup name="NavigationButtonGroup" default="Continue"> 
  <BUTTON name="ChooseMode" enabled="true">#Back</BUTTON>
  <BUTTON name="Cancel" enabled="true">Cance#l</BUTTON>
  <VARIABLE>ACTION</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
