Admin panel adjustments

* Added search user box in admin_user_search.tpl.
* Removed useless dublicated class="post" in some files.
* Grouped Delete & Edit actions in admin_ranks.tpl.
This commit is contained in:
Roman Kelesidis 2023-02-20 18:30:34 +07:00
commit ba643cf5c9
4 changed files with 5 additions and 5 deletions

View file

@ -100,6 +100,7 @@ if (!isset($_REQUEST['dosearch'])) {
'FORUMS_LIST' => $forums_list,
'LASTVISITED_LIST' => $lastvisited_list,
'U_SEARCH_USER' => BB_ROOT . 'search.php?mode=searchuser',
'S_SEARCH_ACTION' => 'admin_user_search.php',
));
} else {