3 if ($result === true) {
4 echo '<div>'.sprintf(_('Your command was successfully submitted to %s.'), Kohana
::config('config.product_name')).'<br /><br />'.
5 '<input type="button" value="Done" onclick="history.go(-2)" /></div>'."\n";
7 echo '<div>'.sprintf(_('There was an error submitting your command to %s.'), Kohana
::config('config.product_name'));
9 echo '<br /><br />'._('ERROR').': '.$error;