* [task#129946,done,0.5h] Add acl field.

This commit is contained in:
daitingting
2024-10-16 08:39:10 +08:00
committed by sunhao
parent a96d469fa5
commit a7010dd9bb
+14
View File
@@ -36,4 +36,18 @@ formPanel
set::label($lang->doc->module),
set::control(array('control' => 'picker', 'name' => 'module', 'items' => $optionMenu, 'value' => $moduleID, 'required' => true))
),
formRow
(
setID('aclBox'),
formGroup
(
set::label($lang->doclib->control),
radioList
(
set::name('acl'),
set::items($aclItems),
set::value($type == 'mine' ? 'private' : 'open'),
)
)
),
);