* Fix client create bug view style.

This commit is contained in:
Yagami
2019-11-28 10:52:35 +08:00
parent e8e1357b90
commit 8408648db5
+1 -1
View File
@@ -35,7 +35,7 @@ js::set('flow', $config->global->flow);
<tbody>
<tr>
<th class='w-110px'><?php echo $lang->bug->product;?></th>
<td class='w-600px'>
<td>
<div class='input-group'>
<?php echo html::select('product', $products, $productID, "onchange='loadAll(this.value);' class='form-control chosen control-product'");?>
<?php if($this->session->currentProductType != 'normal' and isset($products[$productID])):?>