+ Display a link to show more function in biz.

This commit is contained in:
liugang
2023-04-10 07:19:50 +00:00
parent 29d7292aa2
commit 6c3600ec2d
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
.main-position {position: relative;}
.child-position {position: absolute; right: 0;}
.parent-position{padding-right: 180px;}
.biz-version {padding-top: 10px;}
.biz-version a {color: #81511C;}
#chartGroups li {overflow: hidden; white-space: nowrap;}
#chartGroups .checkbox-primary {margin-left: 8px; display: inline-block;}
+5
View File
@@ -61,6 +61,11 @@
<?php echo html::submitButton($lang->chart->preview, '', 'btn btn-primary');?>
</div>
</form>
<?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>