mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-26 18:51:20 +00:00
add menu item for user list in admin menu
This commit is contained in:
parent
eaaa957166
commit
8fc212966b
|
|
@ -476,6 +476,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
echo " <ul class=\"dropdown-menu\" role=\"menu\">\n";
|
||||
echo " <li><a href=\"../out/out.UsrMgr.php\">".getMLText("user_management")."</a></li>\n";
|
||||
echo " <li><a href=\"../out/out.GroupMgr.php\">".getMLText("group_management")."</a></li>\n";
|
||||
echo " <li><a href=\"../out/out.UserList.php\">".getMLText("user_list")."</a></li>\n";
|
||||
echo " </ul>\n";
|
||||
echo " </li>\n";
|
||||
echo " </ul>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user