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