* finish the task #621.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-11-18 07:01:31 +00:00
parent 9ca88aa64b
commit 901bf26448
5 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
<td><?php echo $lang->testcase->statusList[$case->status];?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $this->app->loadLang('testtask')->testtask->lastRun;?></td>
<td class='rowhead'><?php echo $this->app->loadLang('testtask')->testtask->lastRunTime;?></td>
<td><?php if(!helper::isZeroDate($case->lastRun)) echo $case->lastRun;?></td>
</tr>
<tr>