From 16da824b2f3f216809e6608fdf678bc1b224b09e Mon Sep 17 00:00:00 2001 From: sunhao Date: Wed, 17 Jul 2024 15:13:28 +0800 Subject: [PATCH] * [refac] fix update with morth way not work of page group-managepriv. --- module/group/ui/privbygroup.html.php | 8 ++++---- module/group/ui/privbypackage.html.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/group/ui/privbygroup.html.php b/module/group/ui/privbygroup.html.php index 779443d4d4..6e97e5f399 100644 --- a/module/group/ui/privbygroup.html.php +++ b/module/group/ui/privbygroup.html.php @@ -245,13 +245,13 @@ else { $subsetTitle = isset($lang->$subsetName) && isset($lang->$subsetName->common) ? $lang->$subsetName->common : $subsetName; - $privBodyHtml[] = ''; + $privBodyHtml[] = ""; if($i == 1) { $rowspan = count($packages[$subsetName]) ? count($packages[$subsetName]) : 1; $checked = $subset->selectCount && $subset->selectCount == $subset->allCount; $checkID = "allChecker{$subsetName}"; - $privBodyHtml[] = ""; + $privBodyHtml[] = ""; $privBodyHtml[] = '
'; $privBodyHtml[] = ""; $privBodyHtml[] = ""; @@ -262,14 +262,14 @@ else $thClass = $i == 1 ? ' td-sm' : ' td-md'; $checked = $package->allCount == $package->selectCount; $checkID = "allCheckerModule{$subsetName}Package{$packageID}"; - $privBodyHtml[] = ""; + $privBodyHtml[] = ""; $privBodyHtml[] = '
'; $privBodyHtml[] = ""; $privBodyHtml[] = ""; $privBodyHtml[] = '
'; $privBodyHtml[] = ''; - $privBodyHtml[] = ""; + $privBodyHtml[] = ""; $privBodyHtml[] = $getMethodItemsHtml($package, $subsetName, $packageID, $groupPrivs); $privBodyHtml[] = ''; diff --git a/module/group/ui/privbypackage.html.php b/module/group/ui/privbypackage.html.php index d59468fcf1..2c94378214 100644 --- a/module/group/ui/privbypackage.html.php +++ b/module/group/ui/privbypackage.html.php @@ -201,7 +201,7 @@ else if($subset->allCount == 0) continue; $subsetTitle = isset($lang->$subsetName) && isset($lang->$subsetName->common) ? $lang->$subsetName->common : $subsetName; - $privBodyHtml[] = ''; + $privBodyHtml[] = ""; $checked = $subset->selectCount && $subset->selectCount == $subset->allCount; $checkID = "allChecker{$subsetName}";