示例#1
0
 private function print_row_install_failure(Patch $patch)
 {
     print "<tr><td><div class=\"left strong\">{$patch->get_module()}</div><div class=\"center strong\">{$patch->get_short_description()}</div><div class=\"right red strong\">install error</div></td></tr>";
     $errormsg = "File: {$patch->get_file()}\n{$patch->get_apply_error_msg()}";
     print "<tr><td><pre class=\"errorbox\">{$errormsg}</pre></td></tr>";
 }