user manager, ability to open the user add form with url parameter

to prepare the Tour of 2.9 new features
This commit is contained in:
plegall
2017-03-16 15:42:58 +01:00
parent a51fdb3cfd
commit 5a80c0a604
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -135,6 +135,11 @@ $template->assign(
)
);
if (isset($_GET['show_add_user']))
{
$template->assign('show_add_user', true);
}
// Status options
foreach (get_enums(USER_INFOS_TABLE, 'status') as $status)
{