* Finish task #65781.

This commit is contained in:
tianshujie
2022-08-22 15:38:09 +08:00
parent eac40c40ca
commit 2cbee1b76c
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -173,7 +173,7 @@
</tr>
<?php else:?>
<tr>
<th class='w-85px'><?php echo $lang->testcase->product;?></th>
<th><?php echo $lang->testcase->product;?></th>
<td>
<div class='input-group'>
<?php echo html::select('product', $products, $productID, "onchange='loadAll(this.value)' class='form-control chosen'");?>
@@ -294,7 +294,7 @@
<div class='detail-title'><?php echo $lang->testcase->legendOpenAndEdit;?></div>
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->testcase->openedBy;?></th>
<th><?php echo $lang->testcase->openedBy;?></th>
<td><?php echo zget($users, $case->openedBy) . $lang->at . $case->openedDate;?></td>
</tr>
<tr>