* fix modal header style and add title attribute.

This commit is contained in:
Catouse
2018-07-05 13:39:33 +08:00
parent 45b8b2c60a
commit fb093f7f95
20 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
</a>
<div class="divider"></div>
<div class="page-title">
<span class='text'><?php echo $lang->tree->common . $lang->colon . $root->name;?></span>
<span class='text' title='<?php echo $root->name;?>'><?php echo $lang->tree->common . $lang->colon . $root->name;?></span>
</div>
</div>
</div>