Added counter to assetclass and assetclassgroup views

This commit is contained in:
2023-03-01 17:54:04 +01:00
parent 42a964c4b8
commit 1c8021c325
9 changed files with 45 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
include("includes.php");
include("header.php");
$smarty->assign('realm', $_SESSION['suser_realm']);
$smarty->assign('role_add', $_SESSION['suser_role_add']);
$smarty->assign('role_edit', $_SESSION['suser_role_edit']);
$smarty->assign('role_delete', $_SESSION['suser_role_delete']);