* finish task #6161.

This commit is contained in:
wangyidong
2019-07-30 15:38:49 +08:00
parent cd2162d54a
commit 17b53acaa9
73 changed files with 178 additions and 116 deletions
+1 -2
View File
@@ -33,11 +33,10 @@
</div>
</div>
<table class='table table-form mw-800px'>
<?php $colWidth = common::checkNotCN() ? 'w-250px' : 'w-120px';?>
<?php $i = 0;?>
<?php foreach($requiredFields as $method => $requiredField):?>
<tr>
<th class='<?php echo $colWidth;?>'>
<th class='thWidth'>
<?php
$fields = $this->custom->getFormFields($moduleName, $method);