This commit is contained in:
tianshujie
2021-08-31 14:57:11 +08:00
parent 7881844284
commit cfee41bde4
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ include 'chosen.html.php';
<div id='userMenu'>
<ul id="userNav" class="nav nav-default">
<li class='dropdown dropdown-hover has-avatar'><?php common::printUserBar();?></li>
<li class='dropdown dropdown-hover'><?php common::printCreateList();?></li>
<li class='dropdown dropdown-hover' id='globalCreate'><?php common::printCreateList();?></li>
</ul>
</div>
</div>