Merge branch 'dev/gfl_admin_view_refactors' into 'master'

* Code for view refactors in admin .

See merge request easycorp/zentaopms!7129
This commit is contained in:
王怡栋
2023-03-02 07:10:47 +00:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -84,7 +84,8 @@
/* css for without internet */
.main.without-internet {display: flex; flex-wrap: wrap;}
.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset; margin-right: 16px;}
.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset;}
.main.without-internet > .bottom {flex: 1 1 100%;}
.main.without-internet > .bottom > .official.panel {margin-right: unset;}
.main.without-internet > .bottom > .official.panel > .main-panel {flex-direction: row-reverse;}
+1 -1
View File
@@ -26,7 +26,7 @@
<img src="static/svg/admin-<?php echo $menuKey;?>.svg"/>
<?php echo $menu['name'];?>
</div>
<?php echo html::a($config->admin->helpURL[$menuKey], "<i class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
<?php echo html::a($config->admin->helpURL[$menuKey], "<i title='{$lang->help}' class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
</h4>
<p class="text-muted setting-desc" title="<?php echo $menu['desc'];?>"><?php echo $menu['desc'];?></p>
</button>