* [task#144516,done,0.5h] Remove white list box.

This commit is contained in:
daitingting
2025-06-09 11:37:45 +00:00
parent 67291a7c23
commit d245453b3a
2 changed files with 2 additions and 68 deletions
+1 -34
View File
@@ -50,40 +50,7 @@ formPanel
(
set::name('acl'),
set::items($lang->doc->aclListA),
set::value($doc->acl),
on::change('toggleWhiteList')
)
) : null,
empty($doc->parent) ? formGroup
(
setID('whiteListBox'),
setClass($whiteListHidden),
set::label($lang->doc->whiteList),
div
(
setClass('w-full check-list'),
inputGroup
(
setClass('w-full'),
$lang->doc->groupLabel,
picker
(
set::name('groups[]'),
set::items($groups),
set::value($doc->groups),
set::multiple(true)
)
),
div
(
setClass('w-full'),
userPicker
(
set::label($lang->doc->userLabel),
set::items($users),
set::value($doc->users)
)
)
set::value($doc->acl)
)
) : null
);