<% use ui::cmn; my ($isreverse,$ostype,$datadir,$longfilename_info) = @_;  
%>

<% if ($isreverse) { %>
    <%= __('Deoptimization of the Prototype has succeeded.') %>
    <% if (length($datadir)) { %> 
	<p><%$ sprintf(__('The following directory in your Project Output Directory is non-empty and was not removed: <tt>%s</tt>. <b>Please delete it, otherwise your CD will not start!</b>'),$datadir) %>
    <% } %>
<% } else { %>
<h2><%= __('Operation succeeded.') %></h2>
    <%= __('Optimization of the Prototype has succeeded.') %>
<% } %>

<% $forge->include('wgt-warning-long-file-names',$longfilename_info) %>