* finish task #5656.

This commit is contained in:
wangyidong
2019-06-04 08:31:42 +08:00
parent 0ac509d4a1
commit e8fb0c8fdf
3 changed files with 12 additions and 11 deletions
+2 -1
View File
@@ -66,7 +66,8 @@
<div class='detail-title'><?php echo $lang->story->legendBasicInfo;?></div>
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->story->product;?></th>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-100px' : 'w-80px';?>
<th class='<?php echo $colWidth;?>'><?php echo $lang->story->product;?></th>
<td>
<div class='input-group'>
<?php echo html::select('product', $products, $story->product, "onchange='loadProduct(this.value);' class='form-control chosen control-product'");?>