* 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
View File
@@ -3,4 +3,6 @@
.table-form > tbody > tr > td .btn.addbutton {display: block; margin: 1px 0px; width: 40px; padding: 1px 6px;}
.table-form > tbody > tr > td .btn.delbutton {display: block; margin: 1px 0px; width: 40px; padding: 1px 6px;}
#branch {width: 95px!important;}
.detail > table > tbody th {width: 80px !important;}
[lang^=en] .detail > table > tbody th, [lang^=fr] .detail > table > tbody th {width: 100px !important;}
[lang^=de] .detail > table > tbody th {width: 125px !important;}
+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>