* Adjust for task #8275 of inner backyard pms.

This commit is contained in:
chenfei
2019-07-09 11:19:21 +08:00
parent f99dd1f01b
commit 32d7fd7bc3
11 changed files with 23 additions and 27 deletions
+1 -2
View File
@@ -328,12 +328,11 @@
<th><?php echo $lang->release->date;?></th>
<td><?php echo $release->date;?></td>
</tr>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'basic');?>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', "columns=1");?>
<tr>
<th><?php echo $lang->release->desc;?></th>
<td><?php echo $release->desc;?></td>
</tr>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'detail');?>
</table>
</div>
</div>