Interface count for asset

This commit is contained in:
2023-02-24 14:46:24 +01:00
parent 6c9a169600
commit 42e327776c
14 changed files with 133 additions and 18 deletions

View File

@@ -9,7 +9,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
include("includes.php");
include("header.php");
$realms = db_load_enum('user','user_realm');
$smarty->assign("realm_ids", $realms);
$smarty->assign("realm_names", $realms);
$smarty->assign("realm_selected", $realms[0]);
$smarty->display("useradd.tpl");
include("footer.php");