* finish task #6090.

This commit is contained in:
wangyidong
2019-07-15 15:56:31 +08:00
parent 29a97a4f1c
commit 2671f7a044
66 changed files with 101 additions and 86 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ js::set('type', $type);
<div class='modal-body'>
<form action="<?php echo inlink('edit', 'module=' . $module->id .'&type=' .$type);?>" target='hiddenwin' method='post' class='mt-10px' id='dataform'>
<table class='table table-form'>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-120px' : 'w-80px';?>
<?php $colWidth = common::checkEnLang() ? 'w-120px' : 'w-80px';?>
<?php if($showProduct):?>
<tr>
<th class='<?php echo $colWidth;?>'><?php echo $lang->tree->product;?></th>