* Allways display the link to show more info of biz version.

This commit is contained in:
liugang
2023-04-10 08:22:58 +00:00
parent 18a60f895c
commit a81a24ff6a
+1 -1
View File
@@ -61,11 +61,11 @@
<?php echo html::submitButton($lang->chart->preview, '', 'btn btn-primary');?>
</div>
</form>
<?php endif;?>
<?php if($this->config->edition == 'open'):?>
<div class='text biz-version'>
<span class='text-important'><?php echo (!empty($config->isINT)) ? $lang->bizVersionINT : $lang->bizVersion;?></span>
</div>
<?php endif;?>
<?php endif;?>
</div>
</div>