* Code for view refactors in admin .

This commit is contained in:
guofeilong
2023-03-02 14:34:20 +08:00
parent 7989ef5e0f
commit 75b2f2abe6
2 changed files with 3 additions and 2 deletions
+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>