* Finish task #8257 for zentao inner backyard.

This commit is contained in:
chenfei
2019-07-08 15:57:03 +08:00
parent 3295637367
commit 526682cffe
11 changed files with 22 additions and 1 deletions
+2
View File
@@ -328,10 +328,12 @@
<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');?>
<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>