* Code for task #41764.

This commit is contained in:
liyuchun
2021-08-29 22:28:09 +08:00
parent e37cf70d83
commit 18352e76b0
35 changed files with 200 additions and 183 deletions
+3 -3
View File
@@ -161,18 +161,18 @@ $sessionString .= session_name() . '=' . session_id();
<tbody>
<?php if($doc->productName):?>
<tr>
<th class='w-90px'><?php echo $lang->doc->product;?></th>
<th class='c-product'><?php echo $lang->doc->product;?></th>
<td><?php echo $doc->productName;?></td>
</tr>
<?php endif;?>
<?php if($doc->executionName):?>
<tr>
<th class='w-80px'><?php echo $lang->doc->execution;?></th>
<th class='c-execution'><?php echo $lang->doc->execution;?></th>
<td><?php echo $doc->executionName;?></td>
</tr>
<?php endif;?>
<tr>
<th class='w-80px'><?php echo $lang->doc->lib;?></th>
<th class='c-lib'><?php echo $lang->doc->lib;?></th>
<td><?php echo $lib->name;?></td>
</tr>
<tr>