diff options
| author | lsces <lester@lsces.co.uk> | 2025-09-05 20:49:43 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-09-05 20:49:43 +0100 |
| commit | 796c425a51905c0ec4ff3143bcfdfb5ddedbb9d5 (patch) | |
| tree | b1918db9b752de88e6cc109b5347ec6504622aa8 /admin | |
| parent | 2406ca800a4d0096906b6f91c9876243f6785961 (diff) | |
| download | users-796c425a51905c0ec4ff3143bcfdfb5ddedbb9d5.tar.gz users-796c425a51905c0ec4ff3143bcfdfb5ddedbb9d5.tar.bz2 users-796c425a51905c0ec4ff3143bcfdfb5ddedbb9d5.zip | |
Need to tidy the templates to use listInfo over control. This is a hack to fix some admin templates
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/index.php b/admin/index.php index b9f16a0..55dca04 100755 --- a/admin/index.php +++ b/admin/index.php @@ -216,6 +216,7 @@ $gBitSmarty->assign('users', $users ); $gBitSmarty->assign('usercount', $listHash["cant"]); $listHash['listInfo']["numrows"] = $listHash["numrows"] ?? 10; $listHash['listInfo']["URL"] = USERS_PKG_URL."admin/index.php"; +$gBitSmarty->assign('control', $listHash['listInfo']); $gBitSmarty->assign('listInfo', $listHash['listInfo']); if ( defined( 'ROLE_MODEL' ) ) { |
